'Declaration Public Enum RadialLabelMode Inherits System.Enum
public enum RadialLabelMode : System.Enum
Member | Description |
---|---|
Auto | Labelling mode is determined automatically. |
Label | The label of the category is used as a label. |
LabelAndPercentage | The label of the category and the percentage are used as the label, if using a proportional axis, otherwise the label and value is used as a fallback. |
LabelAndValue | The label of the category and the value are used as the label. |
LabelAndValueAndPercentage | The label of the category and the value and the percentage are used as the label, if using a proportional axis, otherwise the label and value is used as a fallback. |
Normal | Labelling mode is defined by the settings of the callout layer. |
Percentage | The percentage of the whole is displayed, if using a proportional axis, otherwise the value is used as a fallback. |
Value | The value of the item is displayed. |
ValueAndPercentage | The value and the percentage are displayed, if using a proportional axis, otherwise the value is used as a fallback. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2