Skip to main content
All docs
V25.2
  • TdxCustomChartControl.Titles Property

    Provides access to the collection of the Chart control titles.

    Declaration

    property Titles: TdxChartTitles read; write;

    Property Value

    Type Description
    TdxChartTitles

    The collection of Chart control titles.

    Remarks

    Call the Titles.Add function to create a new title. To access all chart tiles by their indexes, you can use the Titles.Items property. Refer to the TdxChartTitles class description for detailed information on all available options.

    In addition, every diagram in the Chart control can have its own title as demonstrated below.

    VCL Chart Control: Chart and Diagram Titles

    See Also