ChartAxesBorder Class

Define options for the border that run perpendicular to the axis. https://www.chartjs.org/docs/latest/axes/styling.html

Definition

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

Constructors

ChartAxesBorderInitializes a new instance of the ChartAxesBorder class

Properties

Color The color of the border line.
Dash Length and spacing of dashes on grid lines https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash
DashOffset Offset for line dashes. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset
Display If , draw a border at the edge between the axis and the chart area.
Width The width of the border line.
Z z-index of the border layer. Values smaller or equal to 0 are drawn under datasets, larger than 0 on top.

See Also