IBrush.ShowEditor
IBrush
function ShowEditor(OwnerChart: Integer): WordBool;
Type Library
TeeChartx
Description
Shows the Brush editor dialog using the ChartBrush parameter.
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.Walls.Left.Brush.ShowEditor
End Sub