Skip to main content

TdxChartAxisValueLabelsAppearance Class

Stores axis value appearance settings.

Declaration

TdxChartAxisValueLabelsAppearance = class(
    TdxChartCustomLabelsAppearance
)

Remarks

Value labels mark values on an axis. Use value label appearance settings to change font appearance, display label borders, and fill label areas.

VCL Chart Control: Value Labels on X and Y Axes

Main API Members

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

Assign
Copies value label appearance settings between axes.
BeginUpdate | CancelUpdate | EndUpdate
Allow you to avoid excessive redraw operations during batch label appearance changes.
Border
Specifies if value labels display borders.
BorderColor | BorderThickness
Change label border appearance.
FontOptions | TextColor
Allow you to customize label font settings.
FillOptions
Provide access to label background fill settings.

Direct TdxChartAxisValueLabelsAppearance Class References

The TdxChartAxisValueLabels.Appearance property references a TdxChartAxisValueLabelsAppearance object.

See Also