C# 클래스 SmartQuant.FinChart.AxisRight

상속: Axis
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
x double
y1 double
y2 double

공개 메소드들

메소드 설명
AxisRight ( Chart chart, Pad pad, int x, int y1, int y2 ) : System
GetAxisGap ( ) : int
Paint ( ) : void
SetBounds ( int x, int y1, int y2 ) : void

비공개 메소드들

메소드 설명
Ceiling125 ( double x ) : double
Floor125 ( double x ) : double

메소드 상세

AxisRight() 공개 메소드

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

GetAxisGap() 공개 메소드

public GetAxisGap ( ) : int
리턴 int

Paint() 공개 메소드

public Paint ( ) : void
리턴 void

SetBounds() 공개 메소드

public SetBounds ( int x, int y1, int y2 ) : void
x int
y1 int
y2 int
리턴 void

프로퍼티 상세

x 보호되어 있는 프로퍼티

protected double x
리턴 double

y1 보호되어 있는 프로퍼티

protected double y1
리턴 double

y2 보호되어 있는 프로퍼티

protected double y2
리턴 double