Contents  All Classes  Index A-Z  All Units


TValueEvent

type TValueEvent = (veClear, veAdd, veDelete, veRefresh, veModify);

Unit
TeEngine

Description
The TChartSeries notify other series whenever points are added, deleted, modified, etc.

The TChartSeries.NotifyValue
protected method uses the ValueEvent parameter to tell other series of a data change event.

  • \*\pn
      \pnindent\pntxtb
    \fi-200\liveClear: The series points have been removed. The series has been cleared.
  • veAdd : A new point has been added
  • veDelete : A point has been removed.
  • veRefresh: After modifying points, the RefreshSeries method has been called.
  • veModify: A point value has been modified.

    Series that are data-source objects for other series generate these events.

    For example, if Series1.DataSource := Series2, Series2 will inform Series1 of the
    above events.


    Submit your feedback about this page.

    Copyright 1995-2007 © by Steema Software. All Rights Reserved.