MindFusion.Charting Programmer's Guide

LineChart.LabelType Property

See Also
 





Gets or sets the type of chart labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LabelType LabelType { get; set; }

Visual Basic  Copy Code

Public Property LabelType As LabelType

 Property Value

One of the LabelType Enumeration values.

 Remarks

LabelType specifies the type of labels drawn at line data points, scatters or bubbles according to the type of the chart. Custom labels are set with Labels.

Default value for the LabelType property is LabelType.Empty.

 See Also