LiveChartViewModel.PlotLinesCollectionUI property¶
Defined in
Type: LiveChartViewModel
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 QuaternaryList<IPlottableUI> PlotLinesCollectionUI { get; }
Summary: Gets the collection of axes used for plotting data in the chart.
Returns: QuaternaryList<IPlottableUI>
Remarks
Each axis in the collection defines a coordinate system for the chart. Modifying this collection allows customization of axis types, scales, and appearance. Changes to the collection may affect how data is rendered and interpreted.