TcxGridChartView.Title Property
Specifies the chart’s title.
Declaration
property Title: TcxGridChartTitle read; write;
Property Value
Type |
---|
TcxGridChartTitle |
Remarks
The TcxGridChartTitle class represents a chart title. Use the Text property of this class to specify the text for the title. You can manage the position of the title within the View via the Alignment and Position properties.
See Also