Crash on charting

I

IvarZap

Any time I add a chart (Microsof Office Chart 11.0) to a form, bind to
XMLData a fill some example data, IP crashes when I print preview, print,
press about on chart ... but the chart shows correctly on form.

I have IP w/sp2 and have tried the same form on several computers (with sp1
and/or sp2, with windows XP or 2003), with the same result.

Any idea?

The XMLData which is causing this behavior is :


<xml xmlns:x="urn:schemas-microsoft-com:eek:ffice:excel">
<x:ChartSpace>
<x:OWCVersion>11.0.0.6555 </x:OWCVersion>
<x:Width>15240</x:Width>
<x:Height>14605</x:Height>
<x:AllowPropertyBrowser/>
<x:FormatValue>
<x:DataSourceIndex>-3</x:DataSourceIndex>
<x:Data>2</x:Data>
</x:FormatValue>
<x:DisplayFieldList/>
<x:palette>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#000000</x:Entry>
<x:Entry>#8080FF</x:Entry>
<x:Entry>#802060</x:Entry>
<x:Entry>#FFFFA0</x:Entry>
<x:Entry>#A0E0E0</x:Entry>
<x:Entry>#600080</x:Entry>
<x:Entry>#FF8080</x:Entry>
<x:Entry>#008080</x:Entry>
<x:Entry>#C0C0FF</x:Entry>
<x:Entry>#000080</x:Entry>
<x:Entry>#FF00FF</x:Entry>
<x:Entry>#80FFFF</x:Entry>
<x:Entry>#0080FF</x:Entry>
<x:Entry>#FF8080</x:Entry>
<x:Entry>#C0FF80</x:Entry>
<x:Entry>#FFC0FF</x:Entry>
<x:Entry>#FF80FF</x:Entry>
</x:palette>
<x:DefaultFont>Arial</x:DefaultFont>
<x:Chart>
<x:plotArea>
<x:Graph>
<x:SubType>Clustered</x:SubType>
<x:Type>Column</x:Type>
<x:Series>
<x:FormatMap>
</x:FormatMap>
<x:Name>GName</x:Name>
<x:Caption>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>&quot;Column1&quot;</x:Data>
</x:Caption>
<x:Index>0</x:Index>
<x:Category>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>{&quot;Column2&quot;}</x:Data>
</x:Category>
<x:Value>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>{12.0,14.0}</x:Data>
</x:Value>
<x:Marker>
<x:Symbol>None</x:Symbol>
</x:Marker>
<x:Explode>0</x:Explode>
<x:Thickness>10</x:Thickness>
</x:Series>
<x:Series>
<x:FormatMap>
</x:FormatMap>
<x:Name>GName2</x:Name>
<x:Caption>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>&quot;Row1&quot;</x:Data>
</x:Caption>
<x:Index>1</x:Index>
<x:Category>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>{&quot;Row2&quot;}</x:Data>
</x:Category>
<x:Value>
<x:DataSourceIndex>-1</x:DataSourceIndex>
<x:Data>{13.0,15.0}</x:Data>
</x:Value>
<x:Marker>
<x:Symbol>None</x:Symbol>
</x:Marker>
<x:Explode>0</x:Explode>
<x:Thickness>10</x:Thickness>
</x:Series>
<x:Dimension>
<x:ScaleID>68557104</x:ScaleID>
<x:Index>Categories</x:Index>
</x:Dimension>
<x:Dimension>
<x:ScaleID>68570800</x:ScaleID>
<x:Index>Value</x:Index>
</x:Dimension>
<x:Overlap>0</x:Overlap>
<x:GapWidth>150</x:GapWidth>
<x:FirstSliceAngle>0</x:FirstSliceAngle>
</x:Graph>
<x:Axis>
<x:AxisID>68566208</x:AxisID>
<x:ScaleID>68557104</x:ScaleID>
<x:Type>Category</x:Type>
<x:MajorTick>Outside</x:MajorTick>
<x:MinorTick>None</x:MinorTick>
<x:placement>Bottom</x:placement>
<x:GroupingEnum>Auto</x:GroupingEnum>
</x:Axis>
<x:Axis>
<x:AxisID>68566960</x:AxisID>
<x:ScaleID>68570800</x:ScaleID>
<x:Type>Value</x:Type>
<x:MajorGridlines>
</x:MajorGridlines>
<x:MajorTick>Outside</x:MajorTick>
<x:MinorTick>None</x:MinorTick>
<x:placement>Left</x:placement>
</x:Axis>
</x:plotArea>
</x:Chart>
<x:Legend>
<x:placement>Right</x:placement>
</x:Legend>
<x:Scaling>
<x:ScaleID>68557104</x:ScaleID>
</x:Scaling>
<x:Scaling>
<x:ScaleID>68570800</x:ScaleID>
</x:Scaling>
</x:ChartSpace>
</xml>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top