Skip to main content

TdxChartVisualElementTitleAppearance Class

Stores visual element title appearance settings in the Chart control.

Declaration

TdxChartVisualElementTitleAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

The TdxChartVisualElementTitleAppearance class implements general title appearance settings common to all visual Chart elements.

Main API Members

The list below outlines key members of the TdxChartVisualElementTitleAppearance class that allow you to customize title appearance.

Border
Hides or displays title borders.
BorderColor | BorderThickness
Allow you to customize title border appearance.
FontOptions | TextColor
Change font settings.
Margins
Adjusts title margins.
FillOptions
Provides access to background fill settings.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch title appearance changes.
Assign
Copies compatible appearance settings between visual element titles.

Direct TdxChartVisualElementTitleAppearance Class References

The following public API members reference a TdxChartVisualElementTitleAppearance object:

TdxChartVisualElementTitle.Appearance
Provides access to general title appearance settings.
TdxChartTitleCollectionItem.Appearance
Provides access to general title appearance settings.
See Also