You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractRenderer provides many setters for configuring rendering settings per series, e.g. AbstractRenderer#setSeriesStroke(int, Stroke). Some of these settings also provide clear methods to reset the renderer configuration, e.g. AbstractRenderer#clearSeriesStrokes(boolean), but many of them omit this method due to which it is very hard to reset a renderer to its defaults.
Please add these missing methods.
The text was updated successfully, but these errors were encountered:
AbstractRenderer provides many setters for configuring rendering settings per series, e.g. AbstractRenderer#setSeriesStroke(int, Stroke). Some of these settings also provide clear methods to reset the renderer configuration, e.g. AbstractRenderer#clearSeriesStrokes(boolean), but many of them omit this method due to which it is very hard to reset a renderer to its defaults.
Please add these missing methods.
The text was updated successfully, but these errors were encountered: