In This Topic
The following tables list the members exposed by IAxis.
Public Properties
| Name | Description |
| AxisLine | Gets line visibility |
| Format | Gets labels format |
| Height | Gets axis region width relative to chart region |
| LabelAngle | Gets labels angle |
| LabelField | Specifies the label for the Category field |
| Labels | Gets labels visibility |
| LabelStyle | Gets color, font, text decoration and paddings for axis labels |
| LineStyle | Gets opacity color, width and dash style for axis line |
| LogBase | Get axis logarithmic bas |
| MajorGrid | Gets major grid visibility |
| MajorGridStyle | Gets opacity color, width and dash style for axis major grid |
| MajorTicks | Gets major ticks position |
| MajorTickSize | Gets size of major ticks |
| MajorTickStyle | Gets opacity color, width and dash style for axis major ticks |
| MajorUnit | Gets step between ticks, if null then value will be calculated automatically |
| Max | Gets max value, if null then value will be calculated automatically |
| MaxHeight | Gets axis region maximum height relative to chart region |
| MaxWidth | Gets axis region maximum width relative to chart region |
| Min | Gets min value, if null then value will be calculated automatically |
| MinorGrid | Gets major grid visibility |
| MinorGridStyle | Gets opacity color, width and dash style for axis minor grid |
| MinorTicks | Gets minor ticks position |
| MinorTickSize | Gets size minor ticks |
| MinorTickStyle | Gets opacity color, width and dash style for axis minor ticks |
| MinorUnit | Gets step between ticks, if null then value will be calculated automatically |
| Origin | Gets the value at which to cross the other axis, if null then value will be calculated automatically |
| OverlappingLabels | Gets the way to show overlapping labels |
| Plots | Gets names of plots using the axis |
| Position | Gets position of axis (near or far) |
| Reversed | Gets axis reverse option |
| Scale | Gets axis scale type |
| Style | Gets axis style |
| TextStyle | Gets color, font and text decoration for axis text labels |
| Title | Gets axis title |
| TitleStyle | Gets color, font, text decoration and paddings for axis title |
| Type | Gets axis type (X or Y) |
| Width | Gets axis region width relative to chart region |
Top
See Also