scatter plot using OWC10
Hi everyone,
I am trying to generate a scatter plot using OWC10 but it gives me an error saying the dimensions are incorrect the exact error is :
Error Type:
Microsoft Office XP Web Components (0x80070057)
The specified dimension is not valid for the current chart type.
the line where it points to it is
objectSeries1.SetData constants.chDimCategories, constants.chDataLiteral, x
objectSeries1.SetData constants.chDimValues, constants.chDataLiteral, y
this is were i set the x&y values for the scatter plot could anyone plz help me any help would be gr8ly appreciated.
|