Skip to main content
A newer version of this page is available. .

TdxChartTitle Class

Stores a Chart control title and its settings.

Declaration

TdxChartTitle = class(
    TdxChartVisualElementTitle
)

Remarks

The Chart control can display multiple titles at its left, top, right, and bottom borders. Chart titles can help you explain the purpose of displayed diagrams and list additional information. You can call the control’s Titles.Add function to create titles.

The TdxChartTitle class implements title functionality for the Chart control. To maintain a title collection, the control uses the TdxChartTitleCollectionItem class as a wrapper for a TdxChartTitle object.

Main API Members

The list below outlines key members of the TdxChartTitle class that allow you to define and customize a chart title.

Direct TdxChartTitle Class References

The Chart control’s HitTest.Title property references the TdxChartTitle class as a TdxChartVisualElementTitle object if the HitTest.HitCode property returns TdxChartHitCode.ChartTitle.

See Also