public Double Value {get; set;}
Remarks
A two dimension array property for easy access to 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.
See Also
GetYValueEventArgs Class | GetYValueEventArgs Members | Steema.TeeChart.Styles Namespace