Specifies available options for labels on radial axes for radar chart.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum RadarLabelVisibility |
| Visual Basic |
|---|
Public Enumeration RadarLabelVisibility |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| First | 0 | The labels appear on the first radial axis. | |
| All | 1 | The labels appear on all radial axes. | |
| None | 2 | No labels on the axes. |