Stack Column Chart using OWC in ASP.NET

cheng_sh

Freshman
Joined
Feb 18, 2003
Messages
25
Location
KL
Any idea how to use OWC (Office Web Components) to draw stacked column bar chart? (See attachment)

Thank you.
 

Attachments

More specific, I would like to know how to set the X-Axis as shown in picture above...

by using this function...

xCategory = "A OCT,B,C,D,E,ANOV, B, C, D, E ...."

oChartSpace.Charts(0).SetData(OWC10.ChartDimensionsEnum.chDimCategories, _
Convert.ToInt32( OWC10.ChartSpecialDataSourcesEnum.chDataLiteral), xCategory)
 
Anybody know how to create multiple-level category labels (multiple-level category labels as shown in web page using asp.net (OWC)?
 

Attachments

Back
Top