Skip to main content

BootstrapChartCommonAxisSettingsBuilder Members

Stores settings common for all axes of a chart control.

Methods

Name Description
DiscreteAxisDivisionMode(DiscreteAxisDivisionMode) Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the “discrete“ type.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GridVisible(Nullable<Boolean>) Specifies whether grid lines are visible.
Inverted(Boolean) Inverts the axis.
LogarithmBase(Int32)
MaxValueMargin(Nullable<Double>)
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinorGridVisible(Nullable<Boolean>) Specifies whether the minor grid is visible.
MinorTickCount(Int32)
MinorTickInterval(Decimal)
MinorTickIntervalUnit(VizTimeInterval)
MinorTickLength(Int32) Specifies the length of minor ticks in pixels.
MinorTickVisible(Nullable<Boolean>) Specifies whether minor ticks are visible.
MinValueMargin(Nullable<Double>)
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
TickInterval(Decimal)
TickIntervalUnit(VizTimeInterval)
TickLength(Int32) Specifies the length of ticks in pixels.
TickVisible(Nullable<Boolean>) Specifies whether ticks are visible.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(AxisScaleType)
ValueMarginsEnabled(Boolean) Adds an empty space between the axis and the minimum and maximum series points.
Visible(Boolean) Specifies whether the axis line is visible.
See Also