Interface IsResponsive
-
- All Known Implementing Classes:
BarChart,Chart,ChartWithAnimation,ChartWithScale,ChartWithTooltip,DoughnutChart,LineChart,PieChart,PolarAreaChart,RadarChart
public interface IsResponsive
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAINTAIN_ASPECT_RATIOstatic StringRESPONSIVE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMaintainAspectRatio(boolean aspectRatio)voidsetResponsive(boolean responsive)
-
-
-
Field Detail
-
RESPONSIVE
static final String RESPONSIVE
- See Also:
- Constant Field Values
-
MAINTAIN_ASPECT_RATIO
static final String MAINTAIN_ASPECT_RATIO
- See Also:
- Constant Field Values
-
-