C# Class SmartQuant.FinChart.Objects.PathView

Inheritance: IChartDrawable, IZoomable
显示文件 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
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
PathView ( DrawingPath path, Pad pad ) : SmartQuant.FinChart
Select ( ) : void
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

Method Details

Distance() public method

public Distance ( int x, double y ) : Distance
x int
y double
return SmartQuant.FinChart.Distance

GetPadRangeY() public method

public GetPadRangeY ( Pad pad ) : PadRange
pad SmartQuant.FinChart.Pad
return SmartQuant.FinChart.PadRange

Paint() public method

public Paint ( ) : void
return void

PathView() public method

public PathView ( DrawingPath path, Pad pad ) : SmartQuant.FinChart
path DrawingPath
pad SmartQuant.FinChart.Pad
return SmartQuant.FinChart

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

protected DateTime,System chartFirstDate
return System.DateTime

chartLastDate protected_oe property

protected DateTime,System chartLastDate
return System.DateTime

firstDate protected_oe property

protected DateTime,System firstDate
return System.DateTime

lastDate protected_oe property

protected DateTime,System lastDate
return System.DateTime

selected protected_oe property

protected bool selected
return bool

toolTipEnabled protected_oe property

protected bool toolTipEnabled
return bool

toolTipFormat protected_oe property

protected string toolTipFormat
return string