X or Y axis of the graph More...
Inherits Graph_Object.
Public Attributes | |
| double | Min = double.NaN |
| Minimal value of the axis More... | |
| double | Max = double.NaN |
| Maximal value of the axis More... | |
| string | Format = "0.##" |
| Format of numbers on the axis More... | |
| double | Scale = 1 |
| Scale of the axis (used just for drawing) More... | |
| double | MajorStep |
| Major step of the axis - used to draw line grid More... | |
| Pen | Pen = new Pen(Color.Black, 0) |
| Pen used to draw the axis More... | |
| Font | Font = new Font("Arial", 10) |
| Font used for numbers on the axis More... | |
| string | Caption = "" |
| Caption of the axis More... | |
X or Y axis of the graph
| string Caption = "" |
Caption of the axis
| Font Font = new Font("Arial", 10) |
Font used for numbers on the axis
| string Format = "0.##" |
Format of numbers on the axis
| double MajorStep |
Major step of the axis - used to draw line grid
| double Max = double.NaN |
Maximal value of the axis
| double Min = double.NaN |
Minimal value of the axis
| Pen Pen = new Pen(Color.Black, 0) |
Pen used to draw the axis
| double Scale = 1 |
Scale of the axis (used just for drawing)