- isAnimateAdvanced() - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables Advanced SMIL animations
- isAnimatePath() - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables SVG path animation
- isDonut() - Method in class org.chartistjsf.model.chart.PieChartModel
-
If specified the donut CSS classes will be used and strokes will be drawn
instead of pie slices.
- isFullWidth() - Method in class org.chartistjsf.model.chart.LineChartModel
-
When set to true, the last grid line on the x-axis is not drawn and the
chart elements will expand to the full available width of the chart.
- isHorizontalBars() - Method in class org.chartistjsf.model.chart.BarChartModel
-
Inverts the axes of the bar chart in order to draw a horizontal bar
chart.
- isLineSmooth() - Method in class org.chartistjsf.model.chart.LineChartModel
-
Specify if the lines should be smoothed.
- isReverseData() - Method in class org.chartistjsf.model.chart.ChartModel
-
If true the whole data is reversed including labels, the series order as
well as the whole series data arrays.
- isShowArea() - Method in class org.chartistjsf.model.chart.LineChartModel
-
If the line chart should draw an area
- isShowLabel() - Method in class org.chartistjsf.model.chart.PieChartModel
-
If a label should be shown or not.
- isShowLine() - Method in class org.chartistjsf.model.chart.LineChartModel
-
If the line should be drawn or not
- isShowPoint() - Method in class org.chartistjsf.model.chart.LineChartModel
-
If dots should be drawn or not
- isShowTooltip() - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables tooltips over the points
- isStackBars() - Method in class org.chartistjsf.model.chart.BarChartModel
-
If set to true this property will cause the series bars to be stacked and
form a total for each series point.