TcxCustomGridChartTitle.GetText Method
Returns the text displayed as a title.
Declaration
function GetText: string;
Returns
Type |
---|
string |
Remarks
By default, this function returns the text specified via the Text property. If this property is assigned an empty string, the default text is returned. TcxCustomGridChartTitle descendants (such as the TcxGridChartHistogramAxisTitle class) provide their own default texts for return values of the GetText function.
See Also