AxisLabelStylePredictLabelSide Method |
Predicts the side, where the label will be shown using the given axis information.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual CSAxisSide PredictLabelSide(
CSAxisInformation axisInformation
)
Parameters
- axisInformation CSAxisInformation
- The axis information.
Return Value
CSAxisSideThe side of the axis where the label will be shown.
See Also