Search found 3 matches

by doconnor
Wed Oct 20, 2010 3:57 pm
Forum: XLSReadWriteII 3/4/5
Topic: Accessing the Chart3D property
Replies: 2
Views: 2727

Re: Accessing the Chart3D property

I have fixed the Chart3D property for Pie Charts. I added this line (Id: $103A; Data: #$00#$00#$0F#$00#$1E#$00#$64#$00#$64#$00#$96#$00#$00#$00), // CHART3D to the RecordStorageChart[2, 3 or 4].DefaultRecordsStylePie array between Id: $1022 and Id: $1015. I'm not sure why this problem wasn't fixed. 8...
by doconnor
Thu Sep 16, 2010 9:03 pm
Forum: XLSReadWriteII 3/4/5
Topic: DataLablel
Replies: 1
Views: 2461

Re: DataLablel

I'm also getting this error, which seems to have been around for a long time.
by doconnor
Thu Sep 16, 2010 8:39 pm
Forum: XLSReadWriteII 3/4/5
Topic: Accessing the Chart3D property
Replies: 2
Views: 2727

Re: Accessing the Chart3D property

I tried to access to Chart3D property of a Pie chart and I seem to have gotten the same error (2 years later).

It occurred on the line

TChartStylePie(PlotArea.ChartStyle).Chart3D.Elevation := 85;

The documentation mentions the TChart3D class, but doesn't say how to access it.