T
Thatheau Raj. S
Hi All,
I have a peculiar problem. we are using C# to generate a Chart using OWC11.
we are setting the series data using tab serparated values - category and
Dim Values.
In the series data the lastpoint is not sticking to the specific category,
rather it defaults to the first category.
What could be the problem? Any hints will be highly appreciated.
Following is the code fragment:
.........
string ColumnValues = null;
string Graphvalues =null;
..................
objChart.SeriesCollection[iSeriescounter].SetData
(Chart.ChartDimensionsEnum.chDimCategories,
(int)Chart.ChartSpecialDataSourcesEnum.chDataLiteral,
ColumnValues);
objChart.SeriesCollection[iSeriescounter].SetData
(Chart.ChartDimensionsEnum.chDimValues,
(int)Chart.ChartSpecialDataSourcesEnum.chDataLiteral,
Graphvalues);
I have a peculiar problem. we are using C# to generate a Chart using OWC11.
we are setting the series data using tab serparated values - category and
Dim Values.
In the series data the lastpoint is not sticking to the specific category,
rather it defaults to the first category.
What could be the problem? Any hints will be highly appreciated.
Following is the code fragment:
.........
string ColumnValues = null;
string Graphvalues =null;
..................
objChart.SeriesCollection[iSeriescounter].SetData
(Chart.ChartDimensionsEnum.chDimCategories,
(int)Chart.ChartSpecialDataSourcesEnum.chDataLiteral,
ColumnValues);
objChart.SeriesCollection[iSeriescounter].SetData
(Chart.ChartDimensionsEnum.chDimValues,
(int)Chart.ChartSpecialDataSourcesEnum.chDataLiteral,
Graphvalues);