Package org.swtchart
Interface ICustomPaintListener
public interface ICustomPaintListener
The paint listener to paint on plot area.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the state indicating if painting behind series.
-
Method Details
-
drawBehindSeries
boolean drawBehindSeries()Gets the state indicating if painting behind series.- Returns:
- True if painting behind series
-