C# Class SmartQuant.FinChart.FillView

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

Protected Properties

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Compare ( object obj ) : bool
Distance ( int x, double y ) : Distance
FillView ( SmartQuant.Fill fill, Pad pad ) : SmartQuant
Paint ( ) : void
Select ( ) : void
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

Method Details

Compare() public méthode

public Compare ( object obj ) : bool
obj object
Résultat bool

Distance() public méthode

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

FillView() public méthode

public FillView ( SmartQuant.Fill fill, Pad pad ) : SmartQuant
fill SmartQuant.Fill
pad Pad
Résultat SmartQuant

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

firstDate protected_oe property

protected DateTime,System firstDate
Résultat System.DateTime

lastDate protected_oe property

protected DateTime,System lastDate
Résultat System.DateTime

pad protected_oe property

protected Pad,SmartQuant.FinChart pad
Résultat Pad

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