Hi all!!!
I want to know how can i put more than one x value on the ScatterPlot chart and if it is possible to change the shape of the points.
Thanks!!
ScatterPlot
Re: ScatterPlot
Yes, you can have duplicate x values, but not with the XYSeries/XYSeriesCollection classes...you'll have to use the DefaultXYDataset class for now.
You can change the shapes using the setShapeFactory method in the Plot class. You'll have to write your own ShapeFactory implementation. Look at the SeriesShapeFactory class for one example.
Regards,
DG.
You can change the shapes using the setShapeFactory method in the Plot class. You'll have to write your own ShapeFactory implementation. Look at the SeriesShapeFactory class for one example.
Regards,
DG.