LightningChart .NET Help
Modifies the axis ranges so that all the data fits into the view.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Fit(
out bool scaleChanged,
bool thorough
)
Public Sub Fit (
<OutAttribute> ByRef scaleChanged As Boolean,
thorough As Boolean
)
public:
void Fit(
[OutAttribute] 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