ITeeShadow.ShowEditor
ITeeShadow
procedure ShowEditor(OwnerChart: Integer);
Type Library
TeeChartx
Description
Shows the Shadow editor dialog at runtime.
Returns True if the user closes the dialog using the OK button, otherwise returns False if the user cancels the dialog.
Example [Visual Basic]:
Private Sub Command4_Click()
TChart1.Series(0).asPie.Shadow.ShowEditor
End Sub