vcl-dxchartcore-c9a1f459.md
Stores general label appearance settings.
TdxChartCustomLabelsAppearance = class(
TdxChartVisualElementAppearance
)
General appearance settings allow you to customize label backgrounds and modify font settings.
The list below outlines key members of the TdxChartCustomLabelsAppearance class. These members allow you to customize label appearance.
BorderSpecifies if the label border is visible.BorderThickness | BorderColorSpecify border thickness and color.FillOptionsProvides access to label background fill settings.FontOptions | TextColorAllow you to change font appearance.PaddingAllows you to adjust label paddings.
AssignCopies compatible general appearance settings between series and visual diagram elements.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.
Do not use the TdxChartCustomLabelsAppearance class directly. Use the following descendants instead:
TdxChartAxisValueLabelsAppearanceStores axis value appearance settings.TdxChartSeriesValueLabelAppearanceStores series value label appearance settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartCustomLabelsAppearance
See Also