Back to Devexpress

TcxCustomGridChartTitle Class

vcl-cxgridchartview-30eeced0.md

latest1.6 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridChartTitle

See Also

TcxCustomGridChartTitle.Alignment

TcxCustomGridChartTitle.Position

TcxCustomGridChartTitle.Text

TcxCustomGridChartTitle Members

cxGridChartView Unit