M
milcec
I am trying to develop a chart using c#. The chart has a multiple
category axis (2 or more) and the chart type is
chChartTypeColumnClustered3D (or any other 3D chart type). When the
chart is generated I use chartspace.ExportPicture to save the chart in
a gif format. When the chart is viewed the Title of the category axis
is shown WITHIN OR ABOVE the chart plot area. How do I ensure that the
chart's category axis title remain at the bottom of the chart.
I have tried setting chart.Axes[0].Title.Top/Position but get error
messages "inappropriate time to alter layout" and "cant move axis
title" respectively.
Please, please help! I wish to create 3D charts using server side code
and also
be able to give the category axis a title which must appear at the
bottom of the chart. How can I do this when using multiple category
axis
category axis (2 or more) and the chart type is
chChartTypeColumnClustered3D (or any other 3D chart type). When the
chart is generated I use chartspace.ExportPicture to save the chart in
a gif format. When the chart is viewed the Title of the category axis
is shown WITHIN OR ABOVE the chart plot area. How do I ensure that the
chart's category axis title remain at the bottom of the chart.
I have tried setting chart.Axes[0].Title.Top/Position but get error
messages "inappropriate time to alter layout" and "cant move axis
title" respectively.
Please, please help! I wish to create 3D charts using server side code
and also
be able to give the category axis a title which must appear at the
bottom of the chart. How can I do this when using multiple category
axis