Does anyone have some sample code for a simple scatter-line chart? I have done many of the 2D charts, but haven't done the scatter chart yet. I've seen one example of a scatter-line chart and can't get it to display. Any help would be greatly appreciated. My Y axis is min 0 & max 50 with a single increment of 25. My X Axis is Planets, with the various planets plotted on the chart (assigned values between 5 and 45). I get no errors, but I can't get it to display.
Hello dbishop9,
You can view our online samples here.
The sample in particular that might interest you is the scatter line chart sample.
You can view the code by clicking on the "Source Code" tab at the top.
Elizabeth Albert
Localization Engineer
In the ScatterLine sample you reference, the declaration Protected chartData1 As ChartDatagives an error, it does not recognize the type ChartData. I have included the Import refrences in the sample. Where is this type located? Thanks