Version

Font Property (PieLabelAppearance)

Gets/sets the font to use when rendering Pie Chart labels.
Syntax
'Declaration
 
Public Property Font As Font
public Font Font {get; set;}
Remarks

All Pie Chart labels outside of the Pie are drawn using the Font specified by this property. Since .NET Framework fonts are read-only objects, changing one or two style characteristics (e.g., boldness) of the Font object requires creating a reference to a new Font object with those style characteristics.

Developers that need to associate supplemental text within the Pie Chart, potentially with a different font selection, may do so through the addition of ChartTextAppearance to slices in the chart.

ChartText
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