Skip to main content
All docs
V25.1
  • 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. These members allow you to customize value label appearance.

    Appearance Settings

    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 connection line appearance settings.
    Padding
    Allows you to adjust label paddings.

    General-Purpose API Members

    Assign
    Copies general value label appearance settings between series.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch appearance setting changes.

    Direct TdxChartSeriesValueLabelAppearance Class References

    The following public API members reference a TdxChartSeriesValueLabelAppearance object:

    TdxChartSeriesValueLabels.Appearance
    Provides access to general appearance settings of series value labels.
    TdxChartGetValueLabelDrawParametersEventArgs.Appearance
    Provides access to the currently processed value label’s appearance settings.
    See Also