Class PieChartLabelsDisplayMode
Defines label display modes for the pie chart.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class PieChartLabelsDisplayMode : Enum
Fields
Basic
Labels will be positioned in a way to avoid overlapping.
Declaration
public const PieChartLabelsDisplayMode Basic
Field Value
PieChartLabelsDisplayMode
|
Outside
Labels will be positioned outside the pie area in a way to avoid overlapping.
Declaration
public const PieChartLabelsDisplayMode Outside
Field Value
PieChartLabelsDisplayMode
|
Spider
Classical spider mode - labels will be split into two clusters, left and right. The labels in the left cluster will be aligned to their right and the labels in the right cluster will be aligned to their left.
Declaration
public const PieChartLabelsDisplayMode Spider
Field Value
PieChartLabelsDisplayMode
|
SpiderAlignedOutwards
Labels will be split into two clusters - left and right. The labels in the left cluster will be aligned to their left and the labels in the right cluster will be aligned to their right.
Declaration
public const PieChartLabelsDisplayMode SpiderAlignedOutwards
Field Value
PieChartLabelsDisplayMode
|
SpiderUnaligned
Labels will be split into two clusters - left and right, and will be positioned close to their belonging pie slice.
Declaration
public const PieChartLabelsDisplayMode SpiderUnaligned
Field Value
PieChartLabelsDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|