LiveChartViewModel.HideAllYAxis() 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 HideAllYAxis()
Summary: Hides all Y-axis elements by setting their visibility to false.
Remarks
Call this method to remove all Y-axis visuals from the chart or plot. This affects only the visibility of the Y-axis elements; it does not remove or alter the underlying axis data.