TCustom3DGridSeries.Value

TCustom3DGridSeries.Value
TCustom3DGridSeries

property Value[X, Z: Integer]: TChartValue;

Unit
TeeSurfa

Description
A two dimension array property to easy access series cell values.

Series1.Value[ 12, 10 ]:= 456.78 ; // <-- 12th row, 10th column

The series will internally add the appropiate values using AddXYZ method when using this array property.