Skip to content

LiveChartViewModel.AddCrosshairBtn 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>? AddCrosshairBtn { get; }

View source

Summary: Gets the command that adds a crosshair to the current context when executed.

Returns: ReactiveCommand?

Remarks

The command is typically bound to a user interface element, such as a button, to enable users to add a crosshair interactively. The command is disabled if adding a crosshair is not currently permitted.