Enum
PieChartLabelsDisplayMode

Defines label display modes for the pie chart.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum PieChartLabelsDisplayMode

Fields

Basic

Labels will be positioned in a way to avoid overlapping.

Declaration

cs-api-definition
Basic = 0

Field Value

PieChartLabelsDisplayMode

Outside

Labels will be positioned outside the pie area in a way to avoid overlapping.

Declaration

cs-api-definition
Outside = 1

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

cs-api-definition
Spider = 2

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

cs-api-definition
SpiderAlignedOutwards = 4

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

cs-api-definition
SpiderUnaligned = 3

Field Value

PieChartLabelsDisplayMode