Version

Format Property (PieLabelAppearance)

Gets/Sets the Format of the Pie Chart Labels.
Syntax
'Declaration
 
Public Property Format As PieLabelFormat
public PieLabelFormat Format {get; set;}
Remarks

The Format can be used to diplay labels in a predefined format (most commonly used for item labeling or data value labeling), or in a custom format (specifying formatting of data values or through custom keywords). When Format is set to Custom, the FormatString is used to determine the format in which the labels are displayed. It is important to employ the Custom format even when using standard keywords such as <DATA_VALUE> if a customized format string or 'picture' is used (for instance, <DATA_VALUE:#0.00>).

For detailed information on the possible format strings, please see the documentation on Labeling and Label Formats.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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