Package org.pepstock.charba.client
Interface HasCartesianAxes
-
- All Superinterfaces:
HasAxes
- All Known Implementing Classes:
AreaChart
,BarChart
,BubbleChart
,HorizontalBarChart
,LineChart
,MatrixChart
,ScatterChart
,StackedAreaChart
,StackedBarChart
,StackedLineChart
,TimeSeriesBarChart
,TimeSeriesLineChart
,VerticalLineChart
public interface HasCartesianAxes extends HasAxes
Defines the acceptable axes, theCartesianAxis
s, for a chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
checkAxis(Axis axis)
Returnstrue
if the axis can be managed by a this chart type.
-