Gets or sets the format of the labels drawn at data points.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public NumberFormat LabelFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelFormat As NumberFormat |
One of the NumberFormat enumeration values. Default value is NumberFormat.Fixed_point.
Labels at data points are drawn when the LabelType property is not LabelType.Empty.