Version

Labels Property (PieChartAppearance)

A PieLabelAppearance object which determines how the labels on a Pie Chart will be displayed.
Syntax
'Declaration
 
Public Property Labels As PieLabelAppearance
public PieLabelAppearance Labels {get; set;}
Remarks

This child appearance manages various aspects of the text labels appearing alongside the Pie Chart, such as their style, formatting, leader lines appearance, et al.

To add text within the slices of a Pie Chart, developers can add ChartTextAppearance objects to the ChartText collection.

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