|
|
Tag Browser: 3d-chart
< 1 second(s)
-
I have a simple (very simple) bar chart I am rendering with 2 values: 14168 and 14290. When I render the 3D bar chart the bars overlay. Is there a fix for this? (see attached file for rendered output)
Here is a simple code snippet of what I am doing:
Chart chart;Series series = null;DataPoint dp;Aspose.Chart.ChartType ct;
ct = ...
|
|