Click or drag to resize

ScaleProcessDataBounds(AltaxoVariant, Boolean, AltaxoVariant, 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.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void ProcessDataBounds(
	AltaxoVariant org,
	bool orgfixed,
	AltaxoVariant end,
	bool endfixed
)

Parameters

org  AltaxoVariant

[Missing <param name="org"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Scale.ProcessDataBounds(Altaxo.Data.AltaxoVariant,System.Boolean,Altaxo.Data.AltaxoVariant,System.Boolean)"]

orgfixed  Boolean

[Missing <param name="orgfixed"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Scale.ProcessDataBounds(Altaxo.Data.AltaxoVariant,System.Boolean,Altaxo.Data.AltaxoVariant,System.Boolean)"]

end  AltaxoVariant

[Missing <param name="end"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Scale.ProcessDataBounds(Altaxo.Data.AltaxoVariant,System.Boolean,Altaxo.Data.AltaxoVariant,System.Boolean)"]

endfixed  Boolean

[Missing <param name="endfixed"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Scale.ProcessDataBounds(Altaxo.Data.AltaxoVariant,System.Boolean,Altaxo.Data.AltaxoVariant,System.Boolean)"]

See Also