IStrings.Item
IStrings
property Item[Index: Integer]: OleVariant;
Type Library
TeeChartx
Description
Use the IStrings Item property grants access to the indexed text line from the TChart Header.
Example [Visual Basic]:
MsgBox TChart1.Header.Text.Item(2)