BootstrapChartValueAxisBuilder Methods
Stores settings of the Chart control’s value axis.Name | Description |
---|---|
AxisDivisionFactor(Int32) | Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the “continuous“ and “logarithmic“ types. |
BreaksCollection(Action<BootstrapAxisBreaksCollectionBuilder>) | |
BreakStyle(Action<BootstrapAxisBreakStyleBuilder>) | |
ConstantLineCollection(Action<BootstrapChartConstantLineCollectionBuilder>) | Provides access to a collection of constant lines belonging to the axis. |
ConstantLineStyle(Action<ConstantLineCommonStyleBuilder>) | |
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. |
EnableAutoBreaks(Boolean) | |
EndOnTick(Boolean) | |
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. |
Label(Action<BootstrapChartAxisLabelSettingsBuilder>) | Provides access to the axis label settings. |
LogarithmBase(Int32) | Specifies the value to be raised to a power when generating ticks for an axis of the logarithmic type. |
MaxAutoBreakCount(Int32) | |
MaxValue(Object) | Obsolete. Coupled with the BootstrapChartValueAxisBuilder.MinValue method, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type. |
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) | Specifies how many minor ticks to place between two neighboring major ticks. |
MinorTickInterval(Decimal) | Specifies the interval between minor ticks. |
MinorTickIntervalUnit(VizTimeInterval) | Specifies the measurement unit of the minor tick interval. |
MinorTickLength(Int32) | Specifies the length of minor ticks in pixels. |
MinorTickVisible(Nullable<Boolean>) | Specifies whether minor ticks are visible. |
MinValue(Object) | Obsolete. Coupled with the BootstrapChartValueAxisBuilder.MaxValue method, focuses the widget on a specific chart segment. Applies only to the axes of the “continuous” and “logarithmic” type. |
MinValueMargin(Nullable<Double>) | |
MultipleAxesSpacing(Int32) | Adds a pixel-measured empty space between two side-by-side value axes. Applies if several value axes are located on one side of the chart. |
Name(String) | Specifies the name of the value axis. |
Pane(String) | Binds the value axis to a pane. |
Position(UIElementPosition) | Relocates the axis. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowZero(Nullable<Boolean>) | Specifies whether to show zero on the value axis. |
StripCollection(Action<BootstrapChartStripCollectionBuilder>) | Declares a collection of strips belonging to the argument axis. |
SynchronizedValue(Decimal) | Synchronizes two or more value axes with each other at a specific value. |
TickInterval(Decimal) | Specifies the interval between axis ticks. |
TickIntervalUnit(VizTimeInterval) | Specifies the measurement unit of the interval between axis ticks. |
TickLength(Int32) | Specifies the length of ticks in pixels. |
TickVisible(Nullable<Boolean>) | Specifies whether ticks are visible. |
TitleText(String) | Specifies the text of the axis title. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Type(AxisScaleType) | Specifies the type of the axis. |
ValueMarginsEnabled(Boolean) | Adds an empty space between the axis and the minimum and maximum series points. |
ValueType(Type) | Sets the type of values. |
Visible(Boolean) | Specifies whether the axis line is visible. |
VisualRangeEnd(Object) | |
VisualRangeStart(Object) | |
WholeRangeEnd(Object) | |
WholeRangeStart(Object) |
See Also