IPieTool
Hierarchy Properties

Type Library
TeeChartx

Description
The IPieTool focuses pie slices as the user moves the mouse over them.

Set the Pen properties to control focus appearance.

Example[Visual Basic]:

With TChart1.Tools.Items(0).asPie

.Pen.Color = vbGreen

End With