DataLablel

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
dsv
Posts: 5
Joined: Mon Mar 03, 2008 11:37 am

DataLablel

Post by dsv »

I get an access violation when I try to set the property DataLablel
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

There is probably not any DataPoint. Use the HasDefDataPoint in order to check this.


Lars Arvidsson
dsv
Posts: 5
Joined: Mon Mar 03, 2008 11:37 am

Post by dsv »

The following statements are used
DrwChart.Series[0].HasDefDataPoint := true;
DrwChart.Series[0].DefDataPoint.DataLablel := [cdlValue];
but we get an access violation !!!
Post Reply