ChartAxes Class

Chart axes settings

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartAxes
Inheritance
Object    ChartAxes

Constructors

ChartAxesInitializes a new instance of the ChartAxes class

Properties

Adapters Adapter for the chart axes.
BeginAtZero Whether to begin the scale at zero or the minimum data value. This is only relevant for linear and logarithmic scales.
Border Define options for the border that run perpendicular to the axis.
Grid Gets or sets the grid configuration.
Max User defined maximum number for the scale, overrides maximum value from data.
Min User defined minimum number for the scale, overrides minimum value from data.
Position Position of the axis in the chart area.
Stacked Should the data be stacked. By default, data is not stacked. If the stacked option of the value scale (y-axis on horizontal chart) is true, positive and negative values are stacked separately.
SuggestedMax Adjustment used when calculating the maximum data value.
SuggestedMin Adjustment used when calculating the minimum data value.
Ticks Gets or sets the tick configuration.
Time Gets or sets the time configuration for the axis.
Title Gets or sets the title configuration.
Type Gets or sets the index scale type.

See Also