C# Class SmartQuant.FinChart.Objects.RayView

Inheritance: IChartDrawable, IZoomable
Datei anzeigen Open project: fastquant/fastquant.dll

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
RayView ( DrawingRay ray, Pad pad ) : SmartQuant
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

RayView() public method

public RayView ( DrawingRay ray, Pad pad ) : SmartQuant
ray DrawingRay
pad SmartQuant.FinChart.Pad
return SmartQuant

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