vcl-dxchartcore-ec0132f8.md
Stores series value label appearance settings.
TdxChartSeriesValueLabelAppearance = class(
TdxChartCustomLabelsAppearance
)
Value labels mark individual values in an XY or simple series. Use value label appearance settings to change font appearance, hide or display label borders, and fill label areas.
The list below outlines key members of the TdxChartSeriesValueLabelAppearance class. These members allow you to customize value label appearance.
BorderHides or displays a border around value labels.BorderThickness | BorderColorChange label border thickness and color.FillOptionsProvides access to background fill settings.FontOptions | TextColorChange font appearance.LineOptionsProvides access to connection line appearance settings.PaddingAllows you to adjust label paddings.
AssignCopies general value label appearance settings between series.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.
The following public API members reference a TdxChartSeriesValueLabelAppearance object:
TdxChartSeriesValueLabels.AppearanceProvides access to general appearance settings of series value labels.TdxChartGetValueLabelDrawParametersEventArgs.AppearanceProvides access to the currently processed value label’s appearance settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartCustomLabelsAppearance TdxChartSeriesValueLabelAppearance
See Also
TdxChartAxisValueLabelsAppearance Class