LiveChartViewModel.GraphLocked 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>? GraphLocked { get; }
Summary: Gets the command that is executed when the graph is locked, preventing further modifications.
Returns: ReactiveCommand
Remarks
Use this command to signal that the graph should enter a locked state. While the graph is locked, operations that modify its structure or data may be disabled or ignored. The command completes when the lock is applied.