FirstLineUseFill Property

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

Syntax

object.FirstLineUseFill

object.FirstLineUseFill = FirstLineUseFill

 

Parameter Type Description
FirstLineUseFill Boolean required, true to use the pie slice color for the first 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.

Debug.Print "First label line text color is the same as slice color = "; Graph1.FirstLineUseFill

Example2

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

Graph1.FirstLineUseFill = True

 

Used by: AutoPieChart object