LiveChartViewModel.CrosshairCollection 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<Crosshair_UI> CrosshairCollection { get; }
Summary: Gets the collection of axis line UI elements associated with the control.
Returns: QuaternaryList<Crosshair_UI>
Remarks
The returned list is reactive, allowing dynamic updates to the axis lines in response to changes in the underlying data or user interactions. Modifications to this collection will be reflected in the UI automatically.