IAxisBrushChart Interface
Definition
Exposes chart-level axis styling for chart types that render axis lines or ticks.
public interface IAxisBrushChart
Remarks
Implement this contract only when a chart renders an axis-like surface such as axis lines, ticks, radial axes, or comparable scale guides.
Properties
| Name | Description |
|---|---|
| AxisBrush | Gets or sets the brush used for axis lines and ticks. |
AxisBrush Property
Gets or sets the brush used for axis lines and ticks.
public Avalonia.Media.IBrush AxisBrush { get; set; }
Remarks
A null value lets the chart choose its theme-aware default axis brush.