Gets or sets the suffix drawn with each label.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public string LabelSuffix { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelSuffix As String |
A string that represents the label suffix.
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.