M
malaywang
I use OWC10, and I can display single line in a chart now.
But when I add another line to the chart, it only displays the 2n
line.
My code is like following:
chsp.SetData c.chDimCategories, c.chDataBound, "Input_Date"
chsp.SetData c.chDimValues, c.chDataBound, "Line1"
chsp.SetData c.chDimValues, c.chDataBound, "Line2"
My another question is: How to give the two line with different scale?
I want to have a dual y axis chart(Line1 is Bar type, Line2 is Lin
type).
I can select this kind of chart in Excel, but ChartChartTypeEnum ha
no such kind of chart.
Does anyone know how to do it? Thanks to your help.
(By the way, does the black book cover this topic?
But when I add another line to the chart, it only displays the 2n
line.
My code is like following:
chsp.SetData c.chDimCategories, c.chDataBound, "Input_Date"
chsp.SetData c.chDimValues, c.chDataBound, "Line1"
chsp.SetData c.chDimValues, c.chDataBound, "Line2"
My another question is: How to give the two line with different scale?
I want to have a dual y axis chart(Line1 is Bar type, Line2 is Lin
type).
I can select this kind of chart in Excel, but ChartChartTypeEnum ha
no such kind of chart.
Does anyone know how to do it? Thanks to your help.
(By the way, does the black book cover this topic?