Package org.jCharts.types
Class ChartType
java.lang.Object
org.jCharts.types.IntType
org.jCharts.types.ChartType
- All Implemented Interfaces:
Serializable
Chart IntType constants to be used on data sets to specify how they should be plotted.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BAR
-
BAR_CLUSTERED
-
BAR_STACKED
-
LINE
-
POINT
-
AREA
-
AREA_STACKED
-
STOCK
-
SCATTER_PLOT
-
stackedData
private boolean stackedData
-
-
Constructor Details
-
ChartType
private ChartType(int typeCode, boolean stackedData)
-
-
Method Details
-
isStacked
public boolean isStacked()Returns flag indicating whether chart type has stacked data- Returns:
- boolean
-
equals
Returns flag indicating whether passed ChartType is equal to this one- Returns:
- boolean
-