C# Class SmartQuant.FinChart.Objects.RayView

Inheritance: IChartDrawable, IZoomable
Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
chartFirstDate System.DateTime
chartLastDate System.DateTime
firstDate System.DateTime
lastDate System.DateTime
selected bool
toolTipEnabled bool
toolTipFormat string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Distance ( int x, double y ) : Distance
x int
y double
Résultat SmartQuant.FinChart.Distance

GetPadRangeY() public méthode

public GetPadRangeY ( Pad pad ) : PadRange
pad SmartQuant.FinChart.Pad
Résultat SmartQuant.FinChart.PadRange

Paint() public méthode

public Paint ( ) : void
Résultat void

RayView() public méthode

public RayView ( DrawingRay ray, Pad pad ) : SmartQuant
ray DrawingRay
pad SmartQuant.FinChart.Pad
Résultat SmartQuant

Select() public méthode

public Select ( ) : void
Résultat void

SetInterval() public méthode

public SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
Résultat void

UnSelect() public méthode

public UnSelect ( ) : void
Résultat void

Property Details

chartFirstDate protected_oe property

protected DateTime,System chartFirstDate
Résultat System.DateTime

chartLastDate protected_oe property

protected DateTime,System chartLastDate
Résultat System.DateTime

firstDate protected_oe property

protected DateTime,System firstDate
Résultat System.DateTime

lastDate protected_oe property

protected DateTime,System lastDate
Résultat System.DateTime

selected protected_oe property

protected bool selected
Résultat bool

toolTipEnabled protected_oe property

protected bool toolTipEnabled
Résultat bool

toolTipFormat protected_oe property

protected string toolTipFormat
Résultat string