Свойство | Тип | Описание | |
---|---|---|---|
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 |
public SetBounds ( int x1, int x2, int y ) : void | ||
x1 | int | |
x2 | int | |
y | int | |
Результат | void |