IDeltaPointSeries
Hierarchy Properties

Type Library
TeeChartx

Description
TDeltaPointSeries is a CustomImagePointSeries displaying a different image depending on the previous point value.

Each point shows an image that depends on this point value compared to previous point value.

Points with values greater than previous points, show the DeltaPointSeries.GreaterImage image.

Points with values lower than previous points, show the DeltaPointSeries.LowerImage image.

Points with values equal to previous points, show the DeltaPointSeries.EqualImage image.