LiveChartViewModel.ManualScaleY() method¶
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 void ManualScaleY()
Summary: Sets the Y-axis limits of all axes in the plot to the range 0 to 100.
Remarks
This method applies the specified Y-axis range to each axis in the collection and refreshes the plot to reflect the changes. Use this method to manually reset the Y-axis scaling when automatic scaling is not desired.