Skip to main content
All docs
V25.1
  • TdxChartTitleCollectionItem Class

    Stores a Chart control title and its settings.

    Declaration

    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.

    Text
    Specifies a chart title.
    Visible
    Hides or displays the title.
    Position | Alignment
    Position the title within the Chart control client area.
    Appearance
    Provides access to general title appearance settings.
    WordWrap | MaxLineCount
    Enable word wrap and set the maximum line count for the title.
    Assign
    Copies 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

    See Also