LiveChartViewModel.WpfPlot1vm 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 WpfPlot? WpfPlot1vm { get; set; }
Summary: Gets or sets the collection of marker and text label pairs displayed on the plot.
Returns: WpfPlot?
Remarks
The collection is reactive and updates automatically when items are added or removed. Each tuple contains a marker and its associated text label, allowing for dynamic annotation of the plot.