Log10ScaleProcessDataBounds(Double, Boolean, Double, Boolean) Method |
calculates the axis org and end using the databounds
the org / end is adjusted only if it is not fixed
and the DataBound object contains valid data
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void ProcessDataBounds(
double org,
bool orgfixed,
double end,
bool endfixed
)
Parameters
- org Double
- The requested axis origin.
- orgfixed Boolean
- If set to true, the origin remains fixed.
- end Double
- The requested axis end.
- endfixed Boolean
- If set to true, the end remains fixed.
See Also