Skip to main content

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