Skip to main content

TdxChartSeriesTitle Class

Stores a simple series title and its settings.

Declaration

TdxChartSeriesTitle = class(
    TdxChartVisualElementTitle
)

Remarks

A simple series can display a title at the top border. Titles are useful when you need to differentiate multiple simple series in the same diagram.

Main API Members

The list below outlines key members of the TdxChartSeriesTitle class that allow you to define and customize a simple series title.

Text
Specifies a series title.
Visible
Hides or displays the title.
Alignment
Positions the title horizontally above a simple series.
Appearance
Provides access to general title appearance settings.
WordWrap and MaxLineCount
Enable word wrap and set the maximum line count.
Series
Provides access to the simple series to which the title belongs.
Assign
Copies compatible settings between series titles.

Direct TdxChartSeriesTitle Class References

The Title property of a simple series references a TdxChartSeriesTitle object.

See Also