TSeriesPoint

TSeriesPoint

type TSeriesPoint = record;

Unit
TeeData

Description
Internally used by the TSeriesDataSet component.

TSeriesPoint=packed record
Color : TColor; { 4 bytes }
X : Double; { 8 bytes }
Values : Array[0..10] of Double; { 88 bytes }
ALabel : String[MaxLabelLen]; { 128 bytes }
end;