Click or drag to resize

AxisLabelStylePredictLabelSide Method

Predicts the side, where the label will be shown using the given axis information.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual CSAxisSide PredictLabelSide(
	CSAxisInformation axisInformation
)

Parameters

axisInformation  CSAxisInformation
The axis information.

Return Value

CSAxisSide
The side of the axis where the label will be shown.
See Also