SecondLineUseFill Property

The SecondLineUseFill property returns or sets using the pie slice foreground color as the slice first line label color. Returns a Boolean.

Syntax

object.SecondLineUseFill

object.SecondLineUseFill = SecondLineUseFill

 

Parameter Type Description
SecondLineUseFill Boolean required, true to use the pie slice color for the second label line text color

 

Example 1

This example shows how to return if the label text is the same color as the corresponding pie slice color.

Debug.Print "Second label line color is the same as slice color = "; Graph1.SecondLineUseFill

Example 2

This example shows how to set the label text the same color as the corresponding pie slice color.

Graph1.SecondLineUseFill = True

 

Used by: AutoPieChart object