Click or drag to resize

TextScaleInternalSetDataBounds Method

Sets the data bounds used by this scale.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void InternalSetDataBounds(
	TextBoundaries bounds
)

Parameters

bounds  TextBoundaries
The bounds to assign.
See Also