LiveChartViewModel.ControlMenu 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<ChartObjects> ControlMenu { get; }
Summary: Gets the collection of plot line UI elements displayed in the chart.
Returns: QuaternaryList<ChartObjects>
Remarks
The collection is reactive, allowing dynamic updates to the chart's plot lines in response to changes. Modifying this collection will automatically update the chart's visual representation. Thread safety is not guaranteed; access from multiple threads should be synchronized.