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