ITeeFont.ShowEditor
ITeeFont
function ShowEditor: WordBool;
Type Library
TeeChartx
Description
Shows the Font editor which allow to define the Font characteristics.
Example :
Private Sub Command1_Click()
TChart1.Legend.Font.ShowEditor
End Sub