public sealed class ChartAxesBorder| ChartAxesBorder | Initializes a new instance of the ChartAxesBorder class |
| 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. |