C# Class SmartQuant.Charting.Axis

Exibir arquivo Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Axis ( Pad pad ) : System
Axis ( Pad pad, EAxisPosition position ) : System
Axis ( Pad pad, double x1, double y1, double x2, double y2 ) : System
CalculateSize ( double ticks ) : EGridSize
GetNextMajor ( long prevMajor, EGridSize gridSize ) : long
MouseDown ( MouseEventArgs Event ) : void
MouseMove ( MouseEventArgs Event ) : void
MouseUp ( MouseEventArgs Event ) : void
Paint ( ) : void
PaintWithDates ( ) : void
SetLocation ( double x1, double y1, double x2, double y2 ) : void
SetRange ( double min, double max ) : void
UnZoom ( ) : void
Zoom ( System.DateTime min, System.DateTime max ) : void
Zoom ( double min, double max ) : void
Zoom ( string min, string max ) : void

Private Methods

Method Description
Axis ( Pad pad, double x1, double y1, double x2, double y2, EAxisPosition position ) : System
Ceiling125 ( double x ) : double
Floor125 ( double x ) : double

Method Details

Axis() public method

public Axis ( Pad pad ) : System
pad Pad
return System

Axis() public method

public Axis ( Pad pad, EAxisPosition position ) : System
pad Pad
position EAxisPosition
return System

Axis() public method

public Axis ( Pad pad, double x1, double y1, double x2, double y2 ) : System
pad Pad
x1 double
y1 double
x2 double
y2 double
return System

CalculateSize() public static method

public static CalculateSize ( double ticks ) : EGridSize
ticks double
return EGridSize

GetNextMajor() public static method

public static GetNextMajor ( long prevMajor, EGridSize gridSize ) : long
prevMajor long
gridSize EGridSize
return long

MouseDown() public method

public MouseDown ( MouseEventArgs Event ) : void
Event MouseEventArgs
return void

MouseMove() public method

public MouseMove ( MouseEventArgs Event ) : void
Event MouseEventArgs
return void

MouseUp() public method

public MouseUp ( MouseEventArgs Event ) : void
Event MouseEventArgs
return void

Paint() public method

public Paint ( ) : void
return void

PaintWithDates() public method

public PaintWithDates ( ) : void
return void

SetLocation() public method

public SetLocation ( double x1, double y1, double x2, double y2 ) : void
x1 double
y1 double
x2 double
y2 double
return void

SetRange() public method

public SetRange ( double min, double max ) : void
min double
max double
return void

UnZoom() public method

public UnZoom ( ) : void
return void

Zoom() public method

public Zoom ( System.DateTime min, System.DateTime max ) : void
min System.DateTime
max System.DateTime
return void

Zoom() public method

public Zoom ( double min, double max ) : void
min double
max double
return void

Zoom() public method

public Zoom ( string min, string max ) : void
min string
max string
return void