C# Class SmartQuant.FinChart.SeriesView

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

Protected Properties

Свойство Type Description
displayNameEnabled bool
firstDate System.DateTime
isMarkEnable bool
lastDate System.DateTime
pad Pad
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
Select ( ) : void
SeriesView ( Pad pad ) : System
SetInterval ( System.DateTime minDate, System.DateTime maxDate ) : void
UnSelect ( ) : void

Method Details

Distance() public abstract méthode

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

GetPadRangeY() public abstract méthode

public abstract GetPadRangeY ( Pad pad ) : PadRange
pad Pad
Résultat PadRange

Paint() public abstract méthode

public abstract Paint ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SeriesView() public méthode

public SeriesView ( Pad pad ) : System
pad Pad
Résultat System

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

displayNameEnabled protected_oe property

protected bool displayNameEnabled
Résultat bool

firstDate protected_oe property

protected DateTime,System firstDate
Résultat System.DateTime

isMarkEnable protected_oe property

protected bool isMarkEnable
Résultat bool

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