cheng_sh
February 18th, 2005, 02:22 AM
How to create multiple-level category using OWC object in asp.net?
Normally I use
oChartSpace.Charts(0).SetData(OWC10.ChartDimensionsEnum.chDimCategories, _
Convert.ToInt32( OWC10.ChartSpecialDataSourcesEnum.chDataLiteral), xCategory)
where xCategory is the category label with 1 level only. How to make it becomes two level as shown in picture attached?
Thank you.
Normally I use
oChartSpace.Charts(0).SetData(OWC10.ChartDimensionsEnum.chDimCategories, _
Convert.ToInt32( OWC10.ChartSpecialDataSourcesEnum.chDataLiteral), xCategory)
where xCategory is the category label with 1 level only. How to make it becomes two level as shown in picture attached?
Thank you.