LiveChartViewModel.AxisStyle() 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 AxisStyle()
Summary: Configures the plot axes and grid to hide tick labels, remove tick marks, and display the plot without a frame.
Remarks
Call this method to create a minimal plot appearance by disabling axis tick labels, hiding major and minor tick marks, and removing the grid's major lines and plot frame. This is useful for scenarios where a clean, frameless visualization is desired.