Page 1 of 1
DataLablel
Posted: Mon Mar 03, 2008 11:40 am
by dsv
I get an access violation when I try to set the property DataLablel
Posted: Tue Mar 04, 2008 7:26 am
by larsa
Hello
There is probably not any DataPoint. Use the HasDefDataPoint in order to check this.
Lars Arvidsson
Posted: Tue Mar 04, 2008 7:30 am
by dsv
The following statements are used
DrwChart.Series[0].HasDefDataPoint := true;
DrwChart.Series[0].DefDataPoint.DataLablel := [cdlValue];
but we get an access violation !!!