C# Class SmartQuant.FinChart.AxisRight

Inheritance: Axis
显示文件 Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
x double
y1 double
y2 double

Public Methods

Method 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

Method Description
Ceiling125 ( double x ) : double
Floor125 ( double x ) : double

Method Details

AxisRight() public method

public AxisRight ( Chart chart, Pad pad, int x, int y1, int y2 ) : System
chart Chart
pad Pad
x int
y1 int
y2 int
return System

GetAxisGap() public method

public GetAxisGap ( ) : int
return int

Paint() public method

public Paint ( ) : void
return void

SetBounds() public method

public SetBounds ( int x, int y1, int y2 ) : void
x int
y1 int
y2 int
return void

Property Details

x protected_oe property

protected double x
return double

y1 protected_oe property

protected double y1
return double

y2 protected_oe property

protected double y2
return double