TPieTool.Slice

TPieTool.Slice
TPieTool

property Slice: Integer;

Unit
TeePieTool

Description
Returns the currently focused slice. (Point index)

var tmp:Integer;

tmp:=ChartTool1.Slice;

if tmp=-1 then
Label1.Caption:=''
else
Label1.Caption:=Series1.Labels[tmp];