MindFusion.Charting Programmer's Guide

AxisSettings.LabelSuffix Property

See Also
 





Gets or sets the suffix drawn with each label.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string LabelSuffix { get; set; }

Visual Basic  Copy Code

Public Property LabelSuffix As String

 Property Value

A string that represents the label suffix.

 Remarks

The property specifies a suffix drawn behind each label. There is no limit for the length of the string that represents the label suffix. The suffix is the same for all labels and does not depend on their type.

Besides the suffix, labels can also have a prefix - LabelPrefix.

Default value for the LabelSuffix property is an empty string.

 See Also