Skip to main content

TdxChartSeriesValueLabelAppearance Class

Stores series value label appearance settings.

Declaration

TdxChartSeriesValueLabelAppearance = class(
    TdxChartCustomLabelsAppearance
)

Remarks

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.

Main API Members

The list below outlines key members of the TdxChartSeriesValueLabelAppearance class that allow you to customize value label appearance.

Border
Hides or displays a border around value labels.
BorderThickness | BorderColor
Change label border thickness and color.
FillOptions
Provides access to background fill settings.
FontOptions | TextColor
Change font appearance.
LineOptions
Provides access to the appearance settings of lines that connect labels to the corresponding series values.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies general value label appearance settings between series.

Direct TdxChartSeriesValueLabelAppearance Class References

The ValueLabels.Appearance property of XY and simple series Views references a TdxChartSeriesValueLabelAppearance object.

See Also