Click or drag to resize

AxisXFit Method

LightningChart .NET Help
Modifies the axis ranges so that all the data fits into the view.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void Fit(
	out bool scaleChanged,
	bool thorough
)

Parameters

scaleChanged
Type: SystemBoolean
Defines if the scale was actually changed due to this operation.
thorough
Type: SystemBoolean
Forces recalculation of the Min / Max values, instead of using cached values.
See Also