Skip to main content
A newer version of this page is available. .

BootstrapChartCommonAxisSettings Properties

Stores settings common for all axes of a Chart control.
Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
DiscreteAxisDivisionMode Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type.
GridVisible Specifies whether grid lines are visible.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Inverted Inverts the axis.
LogarithmBase
MaxValueMargin Controls the empty space between the maximum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type.
MinorGridVisible Specifies whether the minor grid is visible.
MinorTickCount
MinorTickInterval
MinorTickIntervalUnit
MinorTickLength Specifies the length of minor ticks in pixels.
MinorTickVisible Specifies whether minor ticks are visible.
MinValueMargin Controls the empty space between the minimum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant.
TickInterval
TickIntervalUnit
TickLength Specifies the length of ticks in pixels.
TickVisible Specifies whether ticks are visible.
Type
ValueMarginsEnabled Adds an empty space between the axis and the minimum and maximum series points.
Visible Specifies whether the axis line is visible.
See Also