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, theCartesianAxiss, for a chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleancheckAxis(Axis axis)Returnstrueif the axis can be managed by a this chart type.
-