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

BootstrapChartArgumentAxis Members

Stores settings of the Chart control’s argument axis.

Constructors

Name Description
BootstrapChartArgumentAxis() Initializes a new instance of the BootstrapChartArgumentAxis class with default settings.

Properties

Name Description
AggregationGroupWidth Specifies the length of aggregation intervals in pixels.
AggregationInterval Specifies the length of aggregation intervals in axis units.
AggregationIntervalUnit Specifies the time measurement unit used to calculate aggregation intervals for date-time axes.
ArgumentType Gets or sets the type of argument values.
AxisDivisionFactor Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the “continuous“ and “logarithmictypes.
Breaks Inherited from BootstrapChartAxisSettings.
BreakStyle Inherited from BootstrapChartAxisSettingsBase.
Categories Specifies the order of categories on an axis of the “discrete“ type.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
ConstantLineCollection Inherited from BootstrapChartAxisSettings.
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.
EndOnTick Specifies whether to force the argument axis to start and end on ticks.
GridVisible Specifies whether grid lines are visible. Inherited from BootstrapChartCommonAxisSettings.
Holidays Explicitly specifies particular days to be excluded from the axis, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
HoverMode Specifies chart elements to be highlighted when a user points to an axis label.
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. Inherited from BootstrapChartAxisSettings.
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.
MaxValueString
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.
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. Inherited from BootstrapChartAxisSettings.
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.
MinValueString
Position Specifies the argument axis position.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant. Inherited from BootstrapChartCommonAxisSettings.
SingleWorkdays Explicitly specifies particular days to be included in the axis, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
StripCollection Inherited from BootstrapChartAxisSettings.
TickInterval Inherited from BootstrapChartCommonAxisSettings.
TickIntervalUnit Inherited from BootstrapChartCommonAxisSettings.
TickLength Specifies the length of ticks in pixels. Inherited from BootstrapChartCommonAxisSettings.
TickVisible Specifies whether ticks are visible. Inherited from BootstrapChartCommonAxisSettings.
TitleText Specifies the text of the axis title. Inherited from BootstrapChartAxisSettings.
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. Inherited from BootstrapChartAxisSettings.
VisualRangeEndString 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.
VisualRangeLengthSettings Specifies the length of an axis’ displayed range.
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. Inherited from BootstrapChartAxisSettings.
VisualRangeStartString 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.
VisualRangeUpdateMode Specifies how the axis’s visual range should behave when chart data is updated.
WholeRangeEnd Specifies an end value of a range where an axis can be zoomed and panned. Inherited from BootstrapChartAxisSettings.
WholeRangeEndString
WholeRangeStart Specifies a start value of a range where an axis can be zoomed and panned. Inherited from BootstrapChartAxisSettings.
WholeRangeStartString
WorkdaysOnly If set to true, leaves only workdays on the axis.
WorkWeek Specifies which days are workdays.

Methods

Name Description
Assign(CollectionItem) Copies the public properties from the specified object to the current one.
CollectCustomProperties(List<JsonPropertyInfo>) This property is for internal use only.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also