- set(Number) - Method in class org.chartistjsf.model.chart.ChartSeries
-
- set(Number) - Method in class org.chartistjsf.model.chart.PieChartModel
-
- setAnimateAdvanced(boolean) - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables Advanced SMIL animations
- setAnimatePath(boolean) - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables SVG path animation
- setApplication(Application) - Method in class org.chartistjsf.application.ChartistJSFApplicationFactory
-
Sets the given application instance as the current instance.
- setAreaBase(int) - Method in class org.chartistjsf.model.chart.LineChartModel
-
The base for the area chart that will be used to close the area shape (is
normally 0)
- setAspectRatio(AspectRatio) - Method in class org.chartistjsf.model.chart.ChartModel
-
- setAxisPosition(AxisPosition) - Method in class org.chartistjsf.model.chart.Axis
-
Position where labels are placed.
- setChartPadding(String) - Method in class org.chartistjsf.model.chart.ChartModel
-
Padding of the chart drawing area to the container element and labels as
a number or padding object {top: 5, right: 5, bottom: 5, left: 5}
- setData(List<Number>) - Method in class org.chartistjsf.model.chart.ChartSeries
-
- setData(List<Number>) - Method in class org.chartistjsf.model.chart.PieChartModel
-
- setDonut(boolean) - 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.
- setDonutWidth(int) - Method in class org.chartistjsf.model.chart.PieChartModel
-
Specify the donut stroke width.
- setFullWidth(boolean) - 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.
- setHeight(String) - Method in class org.chartistjsf.model.chart.ChartModel
-
Specify a fixed height for the chart as a string (i.e.
- setHigh(int) - Method in class org.chartistjsf.model.chart.CartesianChartModel
-
Overriding the natural high of the chart allows you to zoom in or limit
the charts highest displayed value
- setHorizontalBars(boolean) - Method in class org.chartistjsf.model.chart.BarChartModel
-
Inverts the axes of the bar chart in order to draw a horizontal bar
chart.
- setLabelDirection(LabelDirection) - Method in class org.chartistjsf.model.chart.PieChartModel
-
Label direction can be 'neutral', 'explode' or 'implode'.
- setLabelInterpolationFnc(String) - Method in class org.chartistjsf.model.chart.Axis
-
Interpolation function that allows you to intercept the value from the
axis label
- setLabelInterpolationFnc(String) - Method in class org.chartistjsf.model.chart.PieChartModel
-
An interpolation function for the label value
- setLabelOffset(int) - Method in class org.chartistjsf.model.chart.PieChartModel
-
Label position offset from the standard position which is half distance
of the radius.
- setLineSmooth(boolean) - Method in class org.chartistjsf.model.chart.LineChartModel
-
Specify if the lines should be smoothed.
- setLow(int) - Method in class org.chartistjsf.model.chart.CartesianChartModel
-
Overriding the natural low of the chart allows you to zoom in or limit
the charts lowest displayed value
- setModel(ChartModel) - Method in class org.chartistjsf.component.chart.Chart
-
- setName(String) - Method in class org.chartistjsf.model.chart.ChartSeries
-
- setOffset(int) - Method in class org.chartistjsf.model.chart.Axis
-
The offset of the labels to the chart area
- setResponsiveOptions(String) - Method in class org.chartistjsf.model.chart.ChartModel
-
Specify an array of responsive option arrays which are a media query and
options object pair => [[mediaQueryString, optionsObject],[more...]]
- setReverseData(boolean) - 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.
- setScaleMinSpace(int) - Method in class org.chartistjsf.model.chart.Axis
-
This value specifies the minimum height in pixel of the scale steps
- setSeriesBarDistance(int) - Method in class org.chartistjsf.model.chart.BarChartModel
-
Specify the distance in pixel of bars in a group
- setShowArea(boolean) - Method in class org.chartistjsf.model.chart.LineChartModel
-
If the line chart should draw an area
- setShowGrid(boolean) - Method in class org.chartistjsf.model.chart.Axis
-
If the axis grid should be drawn or not
- setShowLabel(boolean) - Method in class org.chartistjsf.model.chart.Axis
-
If labels should be shown or not
- setShowLabel(boolean) - Method in class org.chartistjsf.model.chart.PieChartModel
-
If a label should be shown or not.
- setShowLine(boolean) - Method in class org.chartistjsf.model.chart.LineChartModel
-
If the line should be drawn or not
- setShowPoint(boolean) - Method in class org.chartistjsf.model.chart.LineChartModel
-
If dots should be drawn or not
- setShowTooltip(boolean) - Method in class org.chartistjsf.model.chart.ChartModel
-
Enables tooltips over the points
- setStackBars(boolean) - 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.
- setStartAngle(int) - Method in class org.chartistjsf.model.chart.PieChartModel
-
The start angle of the pie chart in degrees where 0 points north.
- setStyle(String) - Method in class org.chartistjsf.component.chart.Chart
-
- setStyleClass(String) - Method in class org.chartistjsf.component.chart.Chart
-
- setTotal(int) - Method in class org.chartistjsf.model.chart.PieChartModel
-
An optional total you can specify.
- setType(String) - Method in class org.chartistjsf.component.chart.Chart
-
- setWidgetVar(String) - Method in class org.chartistjsf.component.chart.Chart
-
- setWidth(String) - Method in class org.chartistjsf.model.chart.ChartModel
-
Specify a fixed width for the chart as a string (i.e.
- setXaxis(AxisType) - Method in class org.chartistjsf.model.chart.ChartSeries
-
- setXLabelOffset(int) - Method in class org.chartistjsf.model.chart.Axis
-
Allows to correct label positioning on this axis by positive or negative
x offset.
- setYaxis(AxisType) - Method in class org.chartistjsf.model.chart.ChartSeries
-
- setYLabelOffset(int) - Method in class org.chartistjsf.model.chart.Axis
-
Allows to correct label positioning on this axis by positive or negative
y offset.
- styleClass() - Method in enum org.chartistjsf.model.chart.AspectRatio
-