DxChartAxisBase<T> Properties
Implements the base API for Chart axes.
Name | Description |
---|---|
Child |
Inherited from Dx |
Discrete |
Specifies whether ticks and grid lines lie between or next to axis labels. |
Division |
Specifies the minimum distance between two neighboring major ticks. |
End |
Specifies whether an axis should start and end on ticks. |
Inverted | Specifies whether an axis is inverted. |
Logarithm |
Specifies the value to be raised to a power when the chart generates ticks for an axis of the Logarithmic type.
|
Minor |
Specifies the number of minor ticks between two neighboring major ticks. |
Minor |
Specifies the interval between minor ticks. Applies only to continuous axes. |
Tick |
Specifies the interval between major ticks. Does not apply to discrete axes. |
Type | Specifies an axis type. |
Visible | Specifies axis visibility. |
See Also