ChartAxesTicks Class

Definition

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

Constructors

ChartAxesTicksInitializes a new instance of the ChartAxesTicks class

Properties

Alignment Alignment of the tick labels.
BackdropColor Color of label backdrops
BackdropPadding Padding of label backdrop
Color Color of ticks
Display If , show tick labels.
Major defines options for the major tick marks that are generated by the axis.
Padding Sets the offset of the tick labels from the axis
ShowLabelBackdrop If , draw a background behind the tick labels.
TextStrokeColor The color of the stroke around the text.
TextStrokeWidth Stroke width around the text.
TicksAlignment Alignment of the tick labels

See Also