LiveChartViewModel.AutoScaleX(IXAxis) 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 static Action<RenderPack> AutoScaleX(IXAxis xaxis)
Summary: Creates an action that automatically adjusts the horizontal axis scaling of a plot using the specified X-axis configuration.
Parameters
| Name | Type | Description |
|---|---|---|
xaxis | IXAxis | The X-axis configuration to use for auto-scaling. Cannot be null. |
Returns: ActionRenderPack, applies automatic scaling to the plot's X-axis
based on the provided configuration.