Gets or sets the type of chart labels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public LabelType LabelType { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelType As LabelType |
One of the LabelType Enumeration values.
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.