ScatterUI.Axes property¶
Defined in
Type: ScatterUI
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public IAxes Axes { get; set; }
Summary: Gets or sets the collection of axes used for chart rendering and data visualization.
Returns: IAxes
Remarks
Use this property to configure the axes for the chart, such as setting axis types, ranges, or labels. Modifying the axes affects how data is displayed and interpreted within the chart.