Hi,
I have asp pages where in Chart director is used. Currrently the data is shown using Bar chart as:
Set oBarChart = oChart.Charts.Add
Set oSeries1 = oChart.Charts(0).SeriesCollection.Add
oBarChart.SeriesCollection(0).SetData oConst.chDimCategories, oConst.chDataLiteral, oTimeInterval
oBarChart.SeriesCollection(0).SetData oConst.chDimValues, oConst.chDataLiteral, oPercentage
oBarChart.SeriesCollection(0).Type = oChart.Constants.chChartTypeColumnClustered
Now I want to convert this to Stacked column chart. It would be great help if i could get some sample code for Stacked Column Chart in asp.
Thanks
priyanka |