TcxCustomGridChartTitle.Position Property
In This Article
Specifies the position and orientation of the title text within the chart.
#Declaration
Delphi
property Position: TcxGridChartPartPosition read; write; default cppDefault;
#Property Value
Type | Default |
---|---|
Tcx |
cpp |
#Remarks
Refer to the TcxGridChartPartPosition type description to learn about available options.
Note
Use the dx
The default value of the Position property is cppDefault.
See Also