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

    A collection of Chart control titles.

    Declaration

    TdxChartTitles = class(
        TcxOwnedInterfacedCollection
    )

    Remarks

    The TdxChartTitles class has members that allow you to do the following:

    • Create titles (Add).
    • Identify the number of titles in the collection (Count).
    • Access individual titles by their indexes (Items).
    • Hide or display all titles simultaneously (Visible).
    • Delete individual titles (Delete).
    • Clear the collection (Clear).

    Direct TdxChartTitles Class References

    The Chart control’s Titles property references a TdxChartTitles object.

    See Also