프로퍼티 | 타입 | 설명 | |
---|---|---|---|
x1 | double | ||
x2 | double | ||
y | double |
메소드 | 설명 | |
---|---|---|
AxisBottom ( |
||
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 |
public AxisBottom ( |
||
chart | ||
x1 | int | |
x2 | int | |
y | int | |
리턴 | System |
public static CalculateSize ( double ticks ) : EGridSize | ||
ticks | double | |
리턴 | EGridSize |
public static GetNextMajor ( long prevMajor, EGridSize gridSize ) : long | ||
prevMajor | long | |
gridSize | EGridSize | |
리턴 | long |
public PaintWithDates ( System.DateTime minDate, System.DateTime maxDate ) : void | ||
minDate | System.DateTime | |
maxDate | System.DateTime | |
리턴 | void |