Version

RadialLabelMode Enumeration

Describes available radial label modes.
Syntax
'Declaration
 
Public Enum RadialLabelMode 
   Inherits System.Enum
public enum RadialLabelMode : System.Enum 
Members
MemberDescription
AutoLabelling mode is determined automatically.
LabelThe label of the category is used as a label.
LabelAndPercentageThe 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.
LabelAndValueThe label of the category and the value are used as the label.
LabelAndValueAndPercentageThe 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.
NormalLabelling mode is defined by the settings of the callout layer.
PercentageThe percentage of the whole is displayed, if using a proportional axis, otherwise the value is used as a fallback.
ValueThe value of the item is displayed.
ValueAndPercentageThe value and the percentage are displayed, if using a proportional axis, otherwise the value is used as a fallback.
Requirements

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

See Also