Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridChartTitle Class

The base class for the titles displayed in charts.

#Declaration

Delphi
TcxCustomGridChartTitle = class(
    TcxCustomGridOptions
)

#Remarks

A standard title in a chart represents a string which describes a specific area or element such as a chart’s title or axis title. The TcxCustomGridChartTitle class provides the properties and methods that are used to specify the text string for a title’s text, arrange it within a chart and determine its current position within the chart. All the properties which control the appearance aspects such as the position and alignment of the title’s text are initialized with default values that provide a standard appearance for charts.

See Also