Skip to main content
A newer version of this page is available. .

TdxChartGetValueLabelDrawParametersEventArgs Class

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

Declaration

TdxChartGetValueLabelDrawParametersEventArgs = class(
    TdxEventArgs
)

Remarks

The TdxChartGetValueLabelDrawParametersEventArgs class has members that allow you to do the following:

  • Identify and access the series point that corresponds to the processed value label (SeriesPoint).
  • Change display text of the processed value label (Text).

Direct TdxChartGetValueLabelDrawParametersEventArgs Class References

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

Inheritance

TObject
TdxEventArgs
TdxChartGetValueLabelDrawParametersEventArgs
See Also