LiveChartViewModel.LabelCollection 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<(Marker, Text)> LabelCollection { get; }
Summary: Gets the collection of crosshair UI elements currently managed by the control.
Returns: QuaternaryList<(Marker, Text)>
Remarks
The collection is reactive, allowing observers to track changes such as additions or removals of crosshair elements in real time. This property is read-only; to modify the collection, use the methods provided by the underlying ReactiveList.