Click or drag to resize

AxisLabelStyleControllerPostfixText Property

Gets or sets the postfix text that appears after the label.

Namespace: Altaxo.Gui.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string PostfixText { get; set; }

Property Value

String
The postfix text.
See Also