C# Class SmartQuant.FinChart.AxisRight

Inheritance: Axis
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Свойство Type Description
x double
y1 double
y2 double

Méthodes publiques

Méthode Description
AxisRight ( Chart chart, Pad pad, int x, int y1, int y2 ) : System
GetAxisGap ( ) : int
Paint ( ) : void
SetBounds ( int x, int y1, int y2 ) : void

Private Methods

Méthode Description
Ceiling125 ( double x ) : double
Floor125 ( double x ) : double

Method Details

AxisRight() public méthode

public AxisRight ( Chart chart, Pad pad, int x, int y1, int y2 ) : System
chart Chart
pad Pad
x int
y1 int
y2 int
Résultat System

GetAxisGap() public méthode

public GetAxisGap ( ) : int
Résultat int

Paint() public méthode

public Paint ( ) : void
Résultat void

SetBounds() public méthode

public SetBounds ( int x, int y1, int y2 ) : void
x int
y1 int
y2 int
Résultat void

Property Details

x protected_oe property

protected double x
Résultat double

y1 protected_oe property

protected double y1
Résultat double

y2 protected_oe property

protected double y2
Résultat double