Back to Devexpress

TdxChartSeriesTitle Class

vcl-dxchartcore-7ba338fb.md

latest2.7 KB
Original Source

TdxChartSeriesTitle Class

Stores a simple series title and its settings.

Declaration

delphi
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.

TextSpecifies a series title.VisibleHides or displays the title.AlignmentPositions the title horizontally above a simple series.AppearanceProvides access to general title appearance settings.WordWrap and MaxLineCountEnable word wrap and set the maximum line count.SeriesProvides access to the simple series to which the title belongs.AssignCopies compatible settings between series titles.

Direct TdxChartSeriesTitle Class References

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

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartSeriesTitle

See Also

TdxChartTitle Class

TdxChartDiagramTitle Class

TdxChartLegendTitle Class

TdxChartTitleCollectionItem class

TdxChartSeriesTitle Members

dxChartCore Unit