vcl-dxchartcore-415a3f13.md
Stores visual element title appearance settings in the Chart control.
TdxChartVisualElementTitleAppearance = class(
TdxChartVisualElementAppearance
)
The TdxChartVisualElementTitleAppearance class implements general title appearance settings common to all visual Chart elements.
The list below outlines key members of the TdxChartVisualElementTitleAppearance class. These members allow you to customize title appearance.
BorderHides or displays title borders.BorderColor | BorderThicknessAllow you to customize title border appearance.FillOptionsProvides access to background fill settings.FontOptions | TextColorChange font settings.MarginsAdjusts title margins.
AssignCopies compatible general appearance settings between series and visual diagram elements.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch title appearance changes.
The following public API members reference a TdxChartVisualElementTitleAppearance object:
TdxChartVisualElementTitle.AppearanceProvides access to general title appearance settings.TdxChartTitleCollectionItem.AppearanceProvides access to general title appearance settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartVisualElementTitleAppearance
See Also