ITeeCustomShape.ShowEditorShape
ITeeCustomShape

procedure ShowEditorShape(HideTexts: WordBool; Const Caption: WideString);

Type Library
TeeChartx

Description
Shows the Shape 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 Command1_Click()

TChart1.Series(0).Marks.ShowEditorShape

End Sub