Enum PieChartLabelsDisplayMode
Defines label display modes for the pie chart.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum PieChartLabelsDisplayMode
Basic
Labels will be positioned in a way to avoid overlapping.
Outside
Labels will be positioned outside the pie area in a way to avoid overlapping.
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.
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.
SpiderUnaligned
Labels will be split into two clusters - left and right, and will be positioned close to their belonging pie slice.