LiveChartViewModel.MouseCoordinatesObservable 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 ISubject<Coordinates> MouseCoordinatesObservable { get; set; }
Summary: Gets or sets the observable stream for mouse coordinate updates.
Returns: ISubject
Remarks
Subscribers to this observable receive notifications whenever the mouse coordinates change.
The stream emits values of type Coordinates representing the current mouse position.