Draws a line (or some other marker) to indicate a particular category on the domain axis.
@param g2 the graphics device.
@param plot the plot.
@param axis the category axis.
@param marker the marker.
@param dataArea the area for plotting data (not including 3D effect).
Draws a line (or some other marker) to indicate a particular category on the domain axis.
@param g2 the graphics device.
@param plot the plot.
@param axis the category axis.
@param marker the marker.
@param dataArea the area for plotting data (not including 3D effect).
@see #drawRangeMarker(Graphics2D,CategoryPlot,ValueAxis,Marker,Rectangle2D)
Draws the specified marker against the domain axis.
@param g2 the graphics device.
@param plot the plot.
@param axis the value axis.
@param marker the marker.
@param dataArea the axis data area.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.