Skip to content

LiveChartViewModel.RemoveLabelsBtn 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 ReactiveCommand<Unit, Unit>? RemoveLabelsBtn { get; }

View source

Summary: Gets the command that removes all labels from the current selection.

Returns: ReactiveCommand?

Remarks

The command is enabled only when labels can be removed from the selection. Use this property to bind UI elements, such as a button, to the label removal functionality.