Gets or sets the format of inner labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public NumberFormat InnerLabelFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelFormat As NumberFormat |
One of the NumberFormat enumeration members. Default is NumberFormat.Fixed_point.
Use the property to specify how numbers drawn inside bars as labels are formatted. InnerLabelFormat is not considered if InnerLabelType is Empty or CustomText.