ASP.NET Pack Programmer's Guide
LineChart.LabelFormat Property
See Also
 





Gets or sets the format of the labels drawn at data points.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public NumberFormat LabelFormat { get; set; }

Visual Basic  Copy Code

Public Property LabelFormat As NumberFormat

 Property Value

One of the NumberFormat enumeration values. Default value is NumberFormat.Fixed_point.

 Remarks

Labels at data points are drawn when the LabelType property is not LabelType.Empty.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WebForms Namespace