LiveChartViewModel.EnableMarkerBtn 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>? EnableMarkerBtn { get; }
Summary: Gets the command that enables the marker button in the user interface.
Returns: ReactiveCommand
Remarks
The command can be bound to UI elements to control the enabled state of the marker button. The command is reactive and may be null if the marker button is not available in the current context.