
All Units All Classes Properties, Methods and Events |
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];
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.