C# Class SmartQuant.FinChart.Objects.EllipseView

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

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
EllipseView ( DrawingEllipse rect, Pad pad ) : SmartQuant.FinChart
GetPadRangeY ( Pad pad ) : PadRange
Paint ( ) : void
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

EllipseView() public méthode

public EllipseView ( DrawingEllipse rect, Pad pad ) : SmartQuant.FinChart
rect DrawingEllipse
pad SmartQuant.FinChart.Pad
Résultat SmartQuant.FinChart

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

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