MindFusion.Charting for Silverlight Programmer's Guide
LabelType Enumeration
See Also
 






Specifies the different types of chart labels that can be drawn at the chart axes.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public enum LabelType

Visual Basic  Copy Code

Public Enum LabelType

 Members

  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.

 See Also

MindFusion.Charting.Silverlight Namespace