Back to Devexpress

TdxChartTitleCollectionItem Class

vcl-dxchartcore-09ac2cfd.md

latest2.7 KB
Original Source

TdxChartTitleCollectionItem Class

Stores a Chart control title and its settings.

Declaration

delphi
TdxChartTitleCollectionItem = class(
    TcxInterfacedCollectionItem,
    IdxChartVisualElement
)

Remarks

The Chart control can display multiple titles that help you explain the purpose of displayed diagrams and list additional information. Call the control’s Titles.Add function to create titles.

Note

The TdxChartTitleCollectionItem class is a wrapper for the TdxChartTitle class that implements title-related functionality.

Main API Members

The list below outlines key members of the TdxChartTitleCollectionItem class that allow you to define and customize a Chart control title.

TextSpecifies a chart title.VisibleHides or displays the title.Position | AlignmentPosition the title within the Chart control client area.AppearanceProvides access to general title appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count for the title.AssignCopies a title and its appearance settings from another Chart control title instance.

Direct TdxChartTitleCollectionItem Class References

The TdxChartTitles.Items property references a TdxChartTitleCollectionItem object.

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TdxChartTitleCollectionItem

See Also

TdxChartDiagramTitle Class

TdxChartLegendTitle Class

TdxChartSeriesTitle Class

TdxChartTitleCollectionItem Members

dxChartCore Unit