Package org.pepstock.charba.client
Interface HasCartesianAxes
- 
- All Superinterfaces:
- HasAxes
 - All Known Implementing Classes:
- AreaChart,- BarChart,- BubbleChart,- HorizontalBarChart,- LineChart,- MatrixChart,- ScatterChart,- StackedAreaChart,- StackedBarChart,- StackedHorizontalBarChart,- StackedLineChart,- StackedVerticalLineChart,- TimeSeriesBarChart,- TimeSeriesLineChart,- VerticalLineChart
 
 public interface HasCartesianAxes extends HasAxes Defines the acceptable axes, theCartesianAxiss, for a chart.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll 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.
 
-