Skip to main content

BootstrapChartCommonAxisSettings Members

Stores settings common for all axes of a Chart control.

Constructors

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

Properties

Name Description
AllowDecimals Specifies whether to allow decimal values on the axis.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Color
CustomPosition Specifies the position of one axis in relation to the value of another axis.
CustomPositionString 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.
DiscreteAxisDivisionMode Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type.
EndOnTick Specifies whether to force the axis to start and end on ticks.
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
MinorTickSettings Configures the appearance of minor axis ticks.
MinValueMargin Controls the empty space between the minimum series points and the axis. Applies only to the axes of the “continuous” and “logarithmic” type.
Offset Specifies the shift of an axis along another axis in pixels.
SetTicksAtUnitBeginning Obsolete. This functionality is deprecated as redundant.
TickSettings Configures the appearance of major axis ticks.
Type
ValueMarginsEnabled Adds an empty space between the axis and the minimum and maximum series points.
Visible Specifies whether the axis line is visible.

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