Specifies the different types of chart labels that can be drawn at the chart axes.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public enum LabelType |
Visual Basic
![]() |
---|
Public Enum LabelType |
Member name | Description | |
---|---|---|
![]() |
AutoScale |
The labels are the numbers from the numerical auto scale. |
![]() |
ChartData |
The labels are the numbers from the chart data. |
![]() |
CustomText |
The labels are set by the user. |
![]() |
Empty |
No labels are drawn. |
![]() |
Percents |
The labels show the percentage value of each element. |