Gets or sets the format for inner labels when InnerLabelFormat is set to Custom.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public string InnerLabelCustomFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelCustomFormat As String |
A string value specifying the custom format. Default value is the number with no trailing zeros ("0").
The property is used when InnerLabelFormat is set to NumberFormat.Custom.