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

    Stores information related to an OnGetValueLabelDrawParameters event occurrence in an XY or simple diagram.

    Declaration

    TdxChartGetValueLabelDrawParametersEventArgs = class(
        TdxEventArgs
    )

    Remarks

    Main API Members

    The list below outlines key members of the TdxChartGetValueLabelDrawParametersEventArgs class. These members allow you to identify individual series value labels and customize their appearance.

    Appearance
    Provides access to the currently processed value label’s appearance settings.
    SeriesPoint
    Allows you to identify the series point that corresponds to the processed value label.
    Text
    Specifies display text of the processed value label.

    Direct TdxChartGetValueLabelDrawParametersEventArgs Class References

    The AArgs parameter of the TdxChartGetValueLabelDrawParametersEvent procedural type references a TdxChartGetValueLabelDrawParametersEventArgs object.

    Inheritance

    TObject
    TdxEventArgs
    TdxChartGetValueLabelDrawParametersEventArgs
    See Also