C# 클래스 SmartQuant.FinChart.AxisBottom

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

보호된 프로퍼티들

프로퍼티 타입 설명
x1 double
x2 double
y double

공개 메소드들

메소드 설명
AxisBottom ( Chart chart, int x1, int x2, int y ) : System
CalculateSize ( double ticks ) : EGridSize
GetNextMajor ( long prevMajor, EGridSize gridSize ) : long
PaintWithDates ( System.DateTime minDate, System.DateTime maxDate ) : void
SetBounds ( int x1, int x2, int y ) : void

비공개 메소드들

메소드 설명
GetGridDivision ( System.DateTime dateTime, EGridSize gridSize ) : long

메소드 상세

AxisBottom() 공개 메소드

public AxisBottom ( Chart chart, int x1, int x2, int y ) : System
chart Chart
x1 int
x2 int
y int
리턴 System

CalculateSize() 공개 정적인 메소드

public static CalculateSize ( double ticks ) : EGridSize
ticks double
리턴 EGridSize

GetNextMajor() 공개 정적인 메소드

public static GetNextMajor ( long prevMajor, EGridSize gridSize ) : long
prevMajor long
gridSize EGridSize
리턴 long

PaintWithDates() 공개 메소드

public PaintWithDates ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
리턴 void

SetBounds() 공개 메소드

public SetBounds ( int x1, int x2, int y ) : void
x1 int
x2 int
y int
리턴 void

프로퍼티 상세

x1 보호되어 있는 프로퍼티

protected double x1
리턴 double

x2 보호되어 있는 프로퍼티

protected double x2
리턴 double

y 보호되어 있는 프로퍼티

protected double y
리턴 double