LiveChartViewModel.LinePropCommand 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> LinePropCommand { get; }
Summary: Gets the command that executes the line property action.
Returns: ReactiveCommand
Remarks
This command can be used to trigger logic related to line property changes, typically in response to user interaction. The command does not require input parameters and does not produce a result value. It is intended for use in reactive UI scenarios where command binding is supported.