Package org.pepstock.charba.client
Interface HasRadialAxis
-
- All Superinterfaces:
HasAxes
- All Known Implementing Classes:
PolarAreaChart
,RadarChart
public interface HasRadialAxis extends HasAxes
Defines the acceptable axis, theRadialAxis
, 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.
-