Click or drag to resize

AngularScaleProcessDataBounds(Double, Boolean, Double, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Deprecated.AngularScale.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 org,
	bool orgfixed,
	double end,
	bool endfixed
)

Parameters

org  Double

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

orgfixed  Boolean

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

end  Double

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

endfixed  Boolean

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

See Also