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

BootstrapChartAxisSettings Properties

Stores settings of the Chart control’s axis.
Name Description
Breaks
BreakStyle Inherited from BootstrapChartAxisSettingsBase.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Color Inherited from BootstrapChartCommonAxisSettings.
ConstantLineCollection
ConstantLineStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapChartAxisSettingsBase.
DiscreteAxisDivisionMode Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type. Inherited from BootstrapChartCommonAxisSettings.
GridVisible Specifies whether grid lines are visible. Inherited from BootstrapChartCommonAxisSettings.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Inverted Inverts the axis. Inherited from BootstrapChartCommonAxisSettings.
Label Provides access to the axis label settings. Inherited from BootstrapChartAxisSettingsBase.
LogarithmBase Inherited from BootstrapChartCommonAxisSettings.
MaxValue Obsolete. Coupled with the BootstrapChartAxisSettings.MinValue option, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type.
MaxValueMargin Controls the empty space between the maximum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type. Inherited from BootstrapChartCommonAxisSettings.
MinorGridVisible Specifies whether the minor grid is visible. Inherited from BootstrapChartCommonAxisSettings.
MinorTickCount Inherited from BootstrapChartCommonAxisSettings.
MinorTickInterval Inherited from BootstrapChartCommonAxisSettings.
MinorTickIntervalUnit Inherited from BootstrapChartCommonAxisSettings.
MinorTickLength Specifies the length of minor ticks in pixels. Inherited from BootstrapChartCommonAxisSettings.
MinorTickSettings Configures the appearance of minor axis ticks. Inherited from BootstrapChartCommonAxisSettings.
MinorTickVisible Specifies whether minor ticks are visible. Inherited from BootstrapChartCommonAxisSettings.
MinValue Obsolete. Coupled with the BootstrapChartAxisSettings.MaxValue option, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type.
MinValueMargin Controls the empty space between the minimum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type. Inherited from BootstrapChartCommonAxisSettings.
Position Relocates the axis.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant. Inherited from BootstrapChartCommonAxisSettings.
StripCollection
TickInterval Inherited from BootstrapChartCommonAxisSettings.
TickIntervalUnit Inherited from BootstrapChartCommonAxisSettings.
TickLength Specifies the length of ticks in pixels. Inherited from BootstrapChartCommonAxisSettings.
TickSettings Configures the appearance of major axis ticks. Inherited from BootstrapChartCommonAxisSettings.
TickVisible Specifies whether ticks are visible. Inherited from BootstrapChartCommonAxisSettings.
TitleSettings Specifies settings of the axis title.
TitleText Specifies the text of the axis title.
Type Inherited from BootstrapChartCommonAxisSettings.
ValueMarginsEnabled Adds an empty space between the axis and the minimum and maximum series points. Inherited from BootstrapChartCommonAxisSettings.
Visible Specifies whether the axis line is visible. Inherited from BootstrapChartCommonAxisSettings.
VisualRangeEnd Coupled with the BootstrapChartAxisSettings.VisualRangeStart option, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type.
VisualRangeSettings
VisualRangeStart Coupled with the BootstrapChartAxisSettings.VisualRangeEnd option, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type.
WholeRangeEnd Specifies an end value of a range where an axis can be zoomed and panned.
WholeRangeStart Specifies a start value of a range where an axis can be zoomed and panned.
See Also