Skip to main content
All docs
V25.1
  • TdxChartCustomLabelsAppearance Class

    Stores general label appearance settings.

    Declaration

    TdxChartCustomLabelsAppearance = class(
        TdxChartVisualElementAppearance
    )

    Remarks

    General appearance settings allow you to customize label backgrounds and modify font settings.

    Main API Members

    The list below outlines key members of the TdxChartCustomLabelsAppearance class. These members allow you to customize label appearance.

    Appearance Settings

    Border
    Specifies if the label border is visible.
    BorderThickness | BorderColor
    Specify border thickness and color.
    FillOptions
    Provides access to label background fill settings.
    FontOptions | TextColor
    Allow you to change font appearance.
    Padding
    Allows you to adjust label paddings.

    General-Purpose API Members

    Assign
    Copies compatible general appearance settings between series and visual diagram elements.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch appearance setting changes.

    Terminal TdxChartCustomLabelsAppearance Class Descendants

    Do not use the TdxChartCustomLabelsAppearance class directly. Use the following descendants instead:

    TdxChartAxisValueLabelsAppearance
    Stores axis value appearance settings.
    TdxChartSeriesValueLabelAppearance
    Stores series value label appearance settings.
    See Also