Skip to main content
A newer version of this page is available. .

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.

  • Specify a series title (Text).
  • Hide or display the title (Visible).
  • Position the title horizontally above a simple series (Alignment).
  • Customize general title appearance settings (Appearance).
  • Enable word wrap and set the maximum line count (WordWrap and MaxLineCount).
  • Access the simple series to which the title belongs (Series).
  • Copy compatible settings between titles (Assign).

Direct TdxChartSeriesTitle Class References

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

See Also