Page 1 of 1

Problem with property "DataLablel" in Chart's

Posted: Mon Sep 11, 2006 7:10 am
by Guest
Hi!

I have Access Vialation when I've tried set DataLablel property:

Code: Select all

  with XLS.Sheets[0].AddChart do begin
    Col1 := 5;
    Col2 := 11;
    Series[0].Values := '''1''!$A$2:$A$10';
    Series[0].Category := '''1''!$B$2:$B$10';

    PlotArea.ChartType := xctLine;
    PlotArea.HasLegend := true;
    PlotArea.Is3D := true;
    Series[0].HasDefDataPoint := true;
    Series[0].DefDataPoint.DataLablel := [cdlValue];
  end;

Posted: Tue Sep 12, 2006 9:02 pm
by larsa
Hello

We will take a look at this. The chart handling will be improved when support for the new Excel file format is added to the component.


Lars Arvidsson