Click or drag to resize

DomScriptBase Class

Inheritance Hierarchy

Namespace:  SharpCharts.Base.Dom
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract class DomScriptBase : PrintLogBase, 
	ITemplate

The DomScriptBase type exposes the following members.

Constructors
  NameDescription
Public methodDomScriptBase
Top
Properties
  NameDescription
Protected propertyAskLadder
Protected propertyBidLadder
Public propertyDefaultTemplate
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDisplayName
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyFileService (Inherited from MessageBoxBase.)
Protected propertyFontFamily
Protected propertyFontHeight
Protected propertyFontSize
Protected propertyForeground
Protected propertyForegroundPen
Protected propertyGridLinePen
Public propertyHasParameter
Protected propertyInstrument
Protected propertyIsFormatted
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Public propertyName
Protected propertyRowCount
Protected propertyRowHeight
Protected propertySingletonService (Inherited from MessageBoxBase.)
Protected propertyState
Gets the current state of the script
Public propertyTemplate
Public propertyTemplateType
Protected propertyTickSize
Top
Methods
  NameDescription
Protected methodCalculateMin
Public methodCalculatePriceFromY
Calculates the price from Y point
Public methodCalculateYFromPrice
Calculate the Y point from price
Protected methodClone
Clones a sharpScript object
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetFormattedPrice
Protected methodGetFormattedQuantity
Protected methodGetGlyphRun
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetPrice
Get the price by market data type
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetVolume
Get the volume by market data type
Protected methodLog
Log message. It will be displayed in the Logs tab in Main View
(Inherited from PrintLogBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLevel1
Triggers upon each incoming level1 events
Protected methodOnLevel2
Protected methodOnStateChange
Triggers when the state changes
Protected methodPlot
Renders the dom script
Protected methodPrint(String)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Protected methodPrint(String, Brush)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Protected methodRoundToTickSize
Get the round price via tick size
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also