IGridLineBrushChart Interface
Definition
Exposes chart-level grid-line styling for chart types that render grid lines.
public interface IGridLineBrushChart
Remarks
Implement this contract only when a chart has a real grid-line rendering surface. This keeps Avalonia.Controls.Charts.IGridLineBrushChart.GridLineBrush off chart types where a grid brush would be misleading or visually meaningless.
Properties
| Name | Description |
|---|---|
| GridLineBrush | Gets or sets the default brush used for grid lines. |
GridLineBrush Property
Gets or sets the default brush used for grid lines.
public Avalonia.Media.IBrush GridLineBrush { get; set; }
Remarks
A null value lets the chart choose its theme-aware default grid-line brush.