Click or drag to resize

LinearScaleProcessDataBounds(Double, Boolean, Double, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinearScale.ProcessDataBounds(System.Double,System.Boolean,System.Double,System.Boolean)"]


Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void ProcessDataBounds(
	double xorg,
	bool xorgfixed,
	double xend,
	bool xendfixed
)

Parameters

xorg  Double

[Missing <param name="xorg"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinearScale.ProcessDataBounds(System.Double,System.Boolean,System.Double,System.Boolean)"]

xorgfixed  Boolean

[Missing <param name="xorgfixed"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinearScale.ProcessDataBounds(System.Double,System.Boolean,System.Double,System.Boolean)"]

xend  Double

[Missing <param name="xend"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinearScale.ProcessDataBounds(System.Double,System.Boolean,System.Double,System.Boolean)"]

xendfixed  Boolean

[Missing <param name="xendfixed"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinearScale.ProcessDataBounds(System.Double,System.Boolean,System.Double,System.Boolean)"]

See Also