BootstrapChartArgumentAxis.AxisDivisionFactor Property
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the “continuous“ and “logarithmic“ types.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 70 | An integer value specifying the minimum distance in pixels. |
Remarks
For axes displaying numbers, the distance between major ticks depends on two interconnected properties: AxisDivisionFactor and TickInterval. Consider that you have specified both these properties. If the specified tick interval leads the pixel distance between two ticks to being less than the AxisDivisionFactor value, this tick interval will be ignored.
Use the AxisDivisionFactor property only if you need to set the distance between ticks not knowing the axis values. Otherwise, use the TickInterval property.