Skip to main content

IAxisBrushChart Interface

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

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

NameDescription
AxisBrushGets 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.