vcl-dxchartcore-7ba338fb.md
Stores a simple series title and its settings.
TdxChartSeriesTitle = class(
TdxChartVisualElementTitle
)
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.
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.
The Title property of a simple series references a TdxChartSeriesTitle object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartSeriesTitle
See Also