Hi!!
I would like to know if it's possible to fill all the shapes on ScatterPlot chart and not just the borders.
Thanks!!
Fill the shapes on ScatterPlot chart
Re: Fill the shapes on ScatterPlot chart
Another developer added a protected method isShapeFilled in the StandardXYItemRenderer class...at the moment this returns false always, I guess you can subclass and override the method. When I get a chance, I'll review the code to see if it can be made into an attribute that you can get/set.
Regards,
DG.
Regards,
DG.
Re: Fill the shapes on ScatterPlot chart
Hi,
Are ScatterPlot shapes fillable in 0.9.4? How is it done?
Thanks!
Are ScatterPlot shapes fillable in 0.9.4? How is it done?
Thanks!
Re: Fill the shapes on ScatterPlot chart
You can use the setDefaultShapeFilled(...) method in the StandardXYItemRenderer class. This sets the default value returned by the isShapeFilled(...) method ... you can override that method if you want some shapes filled and others not.
Regards,
Dave Gilbert
Regards,
Dave Gilbert