C# Class SmartQuant.FinChart.Objects.LineView

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

Protected Properties

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

Private Properties

Property Type Description
GetLineValueAt double

Public Methods

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

Private Methods

Method Description
GetLineValueAt ( int x ) : double

Method Details

Distance() public method

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

GetPadRangeY() public method

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

LineView() public method

public LineView ( DrawingLine line, Pad pad ) : System
line DrawingLine
pad Pad
return System

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

chartFirstDate protected property

protected DateTime,System chartFirstDate
return System.DateTime

chartLastDate protected property

protected DateTime,System chartLastDate
return System.DateTime

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 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