ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  How to create Stacked column Bar chart to be used in asp page
Posted by priyanka on Apr-19-2010 15:27
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

  Re: How to create Stacked column Bar chart to be used in asp page
Posted by Peter Kwan on Apr-19-2010 18:50
Hi Priyanka,

Actually, the code you use does not seem to the ChartDirector code. Are you sure you are using ChartDirector?

Regards
Peter Kwan