L
Liam Ponder
Has anyone been able to pass an Array into the
DataReference variable of the SetData method of a
series. It comes up with a blank chart?
C# snippet in VS 2003
s.SetData(ChartDimensionsEnum.chDimCategories,(int)
ChartSpecialDataSourcesEnum.chDataLiteral,Categories);
s.SetData
(ChartDimensionsEnum.chDimValues,(int)
ChartSpecialDataSourcesEnum.chDataLiteral,Values);
DataReference variable of the SetData method of a
series. It comes up with a blank chart?
C# snippet in VS 2003
s.SetData(ChartDimensionsEnum.chDimCategories,(int)
ChartSpecialDataSourcesEnum.chDataLiteral,Categories);
s.SetData
(ChartDimensionsEnum.chDimValues,(int)
ChartSpecialDataSourcesEnum.chDataLiteral,Values);