Control of Generated 3D Graphs
Posted: Mon Aug 19, 2013 11:45 pm
Hi.
I am still attempting to control the generated output of a 3D bar chart. In the example that Yeray sent me the bar chart has a 3D effect applied to both the X-axis and to the Y-axis. When I invoke the 3D effect on the graph axes, I also get a line across the top of the chart and a line on the right side of the chart ("walls"?). I want to invoke the 3D effect on the X-axis and the Y-axis without requiring a line across the top or a line on the right side of the generated graph.
Is there a property that permits me to rotate the generated graph around the X-axis? The intended effect is that I show slightly less of the right side of the bars, making the 3D effect less pronounced.
I also wish to have a narrow black line outline the generated bars (which are colored blue). I have experimented with the .BarPen property with little success.
example: TChart.Series(0).asBar3D.BarPen.Width = 1
Should this also be accompanied by a color property for the BarPen ??
Is there any "master" listing of all the properties, methods, and events that are exposed by the ActiveX object? The docs I review have extensive details on the various interfaces exposed, but I have to dig through the numerous samples hoping to find code samples that detail the various properties available.
I am still attempting to control the generated output of a 3D bar chart. In the example that Yeray sent me the bar chart has a 3D effect applied to both the X-axis and to the Y-axis. When I invoke the 3D effect on the graph axes, I also get a line across the top of the chart and a line on the right side of the chart ("walls"?). I want to invoke the 3D effect on the X-axis and the Y-axis without requiring a line across the top or a line on the right side of the generated graph.
Is there a property that permits me to rotate the generated graph around the X-axis? The intended effect is that I show slightly less of the right side of the bars, making the 3D effect less pronounced.
I also wish to have a narrow black line outline the generated bars (which are colored blue). I have experimented with the .BarPen property with little success.
example: TChart.Series(0).asBar3D.BarPen.Width = 1
Should this also be accompanied by a color property for the BarPen ??
Is there any "master" listing of all the properties, methods, and events that are exposed by the ActiveX object? The docs I review have extensive details on the various interfaces exposed, but I have to dig through the numerous samples hoping to find code samples that detail the various properties available.