LinearScaleGetDefaultAxisBoundaries Method |
Returns the default axis boundaries when no valid data are entered into.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void GetDefaultAxisBoundaries(
out double org,
out double end
)
Parameters
- org Double
[Missing <param name="org"/> documentation for "M:Altaxo.Graph.Scales.LinearScale.GetDefaultAxisBoundaries(System.Double@,System.Double@)"]
- end Double
[Missing <param name="end"/> documentation for "M:Altaxo.Graph.Scales.LinearScale.GetDefaultAxisBoundaries(System.Double@,System.Double@)"]
See Also