C# Class SmartQuant.FinChart.SeriesView

Inheritance: IChartDrawable, IAxesMarked, IZoomable
Show file Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
displayNameEnabled bool
firstDate System.DateTime
isMarkEnable bool
lastDate System.DateTime
pad Pad
selected bool
toolTipEnabled bool
toolTipFormat string

Private Properties

Property Type Description

Public Methods

Method Description
Distance ( int x, double y ) : Distance
GetPadRangeY ( Pad pad ) : PadRange
Paint ( ) : void
Select ( ) : void
SeriesView ( Pad pad ) : System
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

Method Details

Distance() public abstract method

public abstract Distance ( int x, double y ) : Distance
x int
y double
return Distance

GetPadRangeY() public abstract method

public abstract GetPadRangeY ( Pad pad ) : PadRange
pad Pad
return PadRange

Paint() public abstract method

public abstract Paint ( ) : void
return void

Select() public method

public Select ( ) : void
return void

SeriesView() public method

public SeriesView ( Pad pad ) : System
pad Pad
return System

SetInterval() public method

public SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
return void

UnSelect() public method

public UnSelect ( ) : void
return void

Property Details

displayNameEnabled protected property

protected bool displayNameEnabled
return bool

firstDate protected property

protected DateTime,System firstDate
return System.DateTime

isMarkEnable protected property

protected bool isMarkEnable
return bool

lastDate protected property

protected DateTime,System lastDate
return System.DateTime

pad protected property

protected Pad,SmartQuant.FinChart pad
return Pad

selected protected property

protected bool selected
return bool

toolTipEnabled protected property

protected bool toolTipEnabled
return bool

toolTipFormat protected property

protected string toolTipFormat
return string