MindFusion.Charting Programmer's Guide

LineChart.LabelFormat Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public NumberFormat LabelFormat { get; }

Visual Basic  Copy Code

Public ReadOnly 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