C# Class SmartQuant.FinChart.FillView

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

Protected Properties

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

Private Properties

Property Type Description

Public Methods

Method Description
Compare ( object obj ) : bool
Distance ( int x, double y ) : Distance
FillView ( SmartQuant.Fill fill, Pad pad ) : SmartQuant
Paint ( ) : void
Select ( ) : void
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

Method Details

Compare() public method

public Compare ( object obj ) : bool
obj object
return bool

Distance() public method

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

FillView() public method

public FillView ( SmartQuant.Fill fill, Pad pad ) : SmartQuant
fill SmartQuant.Fill
pad Pad
return SmartQuant

Paint() public method

public Paint ( ) : void
return void

Select() public method

public Select ( ) : void
return void

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

firstDate protected property

protected DateTime,System firstDate
return System.DateTime

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