Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractChart<T,O extends Options<?,?>,D extends AbstractData<?,?>> - Class in software.xdev.chartjs.model.charts
 
AbstractChart() - Constructor for class software.xdev.chartjs.model.charts.AbstractChart
 
AbstractChart(D) - Constructor for class software.xdev.chartjs.model.charts.AbstractChart
 
AbstractChart(D, O) - Constructor for class software.xdev.chartjs.model.charts.AbstractChart
 
AbstractData<D extends AbstractData<D,T>,T extends Dataset<?,?>> - Class in software.xdev.chartjs.model.data
 
AbstractData() - Constructor for class software.xdev.chartjs.model.data.AbstractData
 
active - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
Active - Class in software.xdev.chartjs.model.options.animation
 
Active() - Constructor for class software.xdev.chartjs.model.options.animation.Active
 
adapters - Variable in class software.xdev.chartjs.model.options.scales.TimeScale
 
addBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addBackgroundColors(Color...) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addBorderColors(Color...) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addBorderDash(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addBorderSkipped(BorderSkipped) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
addBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addColor(Integer) - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
addColor(Color) - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
addData(Number) - Method in interface software.xdev.chartjs.model.dataset.NumberDataset
Add the data point to this Dataset
addData(O) - Method in class software.xdev.chartjs.model.dataset.Dataset
Add the data point to this Dataset
addDataset(T) - Method in class software.xdev.chartjs.model.data.AbstractData
 
addDataUnchecked(Object) - Method in class software.xdev.chartjs.model.dataset.Dataset
 
addHitRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.RadarDataset
 
addHoverBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addHoverBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addHoverBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
addHoverRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
 
addLabel(String) - Method in class software.xdev.chartjs.model.data.AbstractData
Adds the label to the backing label list
addLabels(String...) - Method in class software.xdev.chartjs.model.data.AbstractData
Adds the labels to the backing label list
addPointBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointHitRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
addPointHitRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointHoverBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointHoverBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointHoverBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointHoverRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointRadius(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addPointStyle(PointStyle) - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
addScale(String, Scale<?, ?>) - Method in class software.xdev.chartjs.model.options.scales.Scales
 
addScale(Scales.ScaleAxis, Scale<?, ?>) - Method in class software.xdev.chartjs.model.options.scales.Scales
 
afterBody - Variable in class software.xdev.chartjs.model.options.Callbacks
 
afterBuildTicks - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterCalculateTickRotation - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterDataLimits - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterFit - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterFooter - Variable in class software.xdev.chartjs.model.options.Callbacks
 
afterLabel - Variable in class software.xdev.chartjs.model.options.Callbacks
 
afterSetDimensions - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterTickToLabelConversion - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
afterTitle - Variable in class software.xdev.chartjs.model.options.Callbacks
 
afterUpdate - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
align - Variable in class software.xdev.chartjs.model.options.Legend
 
align - Variable in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
align - Variable in class software.xdev.chartjs.model.options.Title
 
angleLines - Variable in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
AngleLines - Class in software.xdev.chartjs.model.options.scales
Options to configure angled lines that radiate from the center of the chart to the point labels.
AngleLines() - Constructor for class software.xdev.chartjs.model.options.scales.AngleLines
 
animateRotate - Variable in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
Default true
animateRotate - Variable in class software.xdev.chartjs.model.options.animation.PieAnimation
Default true
animateRotate - Variable in class software.xdev.chartjs.model.options.animation.PolarAnimation
Default true
animateScale - Variable in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
Default true
animateScale - Variable in class software.xdev.chartjs.model.options.animation.PieAnimation
Default true
animateScale - Variable in class software.xdev.chartjs.model.options.animation.PolarAnimation
Default true
animation - Variable in class software.xdev.chartjs.model.options.Options
 
Animation<T extends Animation<?>> - Class in software.xdev.chartjs.model.options.animation
 
Animation() - Constructor for class software.xdev.chartjs.model.options.animation.Animation
 
animations - Variable in class software.xdev.chartjs.model.options.Options
 
Animations<T extends Animation<T>> - Class in software.xdev.chartjs.model.options.animation
 
Animations(AnimationType, Animation<T>) - Constructor for class software.xdev.chartjs.model.options.animation.Animations
 
AnimationType - Enum in software.xdev.chartjs.model.options.animation
 
animationTypes - Variable in class software.xdev.chartjs.model.options.animation.Animations
 
AQUA - Static variable in class software.xdev.chartjs.model.color.Color
 
AQUA_MARINE - Static variable in class software.xdev.chartjs.model.color.Color
 
arc - Variable in class software.xdev.chartjs.model.options.elements.ArcElements
 
Arc - Class in software.xdev.chartjs.model.options.elements
Arcs are used in the polar area, doughnut and pie charts.
Arc() - Constructor for class software.xdev.chartjs.model.options.elements.Arc
 
ArcElements - Class in software.xdev.chartjs.model.options.elements
Arcs are used in the polar area, doughnut and pie charts.
ArcElements() - Constructor for class software.xdev.chartjs.model.options.elements.ArcElements
No-arg constructor
ArcElements(Arc) - Constructor for class software.xdev.chartjs.model.options.elements.ArcElements
Constructor
autoSkip - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
autoSkipPadding - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
AZURE - Static variable in class software.xdev.chartjs.model.color.Color
 

B

backdropColor - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default 'rgba(255, 255, 255, 0.75)'
backdropPaddingX - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default 2
backdropPaddingY - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default 2
BackgroundBorderHoverDataset<T extends BackgroundBorderHoverDataset<T,O>,O> - Class in software.xdev.chartjs.model.dataset
 
BackgroundBorderHoverDataset() - Constructor for class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
backgroundColor - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.elements.Arc
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.elements.Bar
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.elements.Line
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.elements.Point
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
backgroundColor - Variable in class software.xdev.chartjs.model.options.Tooltip
 
Bar - Class in software.xdev.chartjs.model.options.elements
Bar elements are used to represent the bars in a bar chart.
Bar() - Constructor for class software.xdev.chartjs.model.options.elements.Bar
 
BarChart - Class in software.xdev.chartjs.model.charts
 
BarChart() - Constructor for class software.xdev.chartjs.model.charts.BarChart
 
BarChart(BarData) - Constructor for class software.xdev.chartjs.model.charts.BarChart
 
BarChart(BarData, BarOptions) - Constructor for class software.xdev.chartjs.model.charts.BarChart
 
BarData - Class in software.xdev.chartjs.model.data
 
BarData() - Constructor for class software.xdev.chartjs.model.data.BarData
 
BarDataset - Class in software.xdev.chartjs.model.dataset
 
BarDataset() - Constructor for class software.xdev.chartjs.model.dataset.BarDataset
 
BarElements - Class in software.xdev.chartjs.model.options.elements
Bar elements are used to represent the bars in a bar chart.
BarElements() - Constructor for class software.xdev.chartjs.model.options.elements.BarElements
 
BarElements(Bar) - Constructor for class software.xdev.chartjs.model.options.elements.BarElements
 
BarOptions - Class in software.xdev.chartjs.model.options
 
BarOptions() - Constructor for class software.xdev.chartjs.model.options.BarOptions
 
BarOptions.IndexAxis - Enum in software.xdev.chartjs.model.options
 
barPercentage - Variable in class software.xdev.chartjs.model.options.scales.BarScale
Default 0.9
bars - Variable in class software.xdev.chartjs.model.options.elements.BarElements
 
BarScale<T extends Ticks<T>> - Class in software.xdev.chartjs.model.options.scales
 
BarScale() - Constructor for class software.xdev.chartjs.model.options.scales.BarScale
 
barThickness - Variable in class software.xdev.chartjs.model.options.scales.BarScale
 
BaseLineDataset<T extends PointDataset<T,O>,O> - Class in software.xdev.chartjs.model.dataset
 
BaseLineDataset() - Constructor for class software.xdev.chartjs.model.dataset.BaseLineDataset
 
beforeBody - Variable in class software.xdev.chartjs.model.options.Callbacks
 
beforeBuildTicks - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeCalculateTickRotation - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeDataLimits - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeFit - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeFooter - Variable in class software.xdev.chartjs.model.options.Callbacks
 
beforeLabel - Variable in class software.xdev.chartjs.model.options.Callbacks
 
beforeSetDimensions - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeTickToLabelConversion - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beforeTitle - Variable in class software.xdev.chartjs.model.options.Callbacks
 
beforeUpdate - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
beginAtZero - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
beginAtZero - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
BEVEL - Enum constant in enum software.xdev.chartjs.model.enums.BorderJoinStyle
Fills an additional triangular area between the common endpoint of connected segments, and the separate outside rectangular corners of each segment.
BLACK - Static variable in class software.xdev.chartjs.model.color.Color
 
BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
BLUE_VIOLET - Static variable in class software.xdev.chartjs.model.color.Color
 
bodyFontColor - Variable in class software.xdev.chartjs.model.options.Tooltip
 
bodyFontFamily - Variable in class software.xdev.chartjs.model.options.Tooltip
 
bodyFontSize - Variable in class software.xdev.chartjs.model.options.Tooltip
 
bodyFontStyle - Variable in class software.xdev.chartjs.model.options.Tooltip
 
bodySpacing - Variable in class software.xdev.chartjs.model.options.Tooltip
 
BOLD - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
BORDER_WIDTH - Enum constant in enum software.xdev.chartjs.model.options.animation.AnimationType
 
borderCapStyle - Variable in class software.xdev.chartjs.model.options.elements.Line
 
BorderCapStyle - Enum in software.xdev.chartjs.model.enums
 
borderColor - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
borderColor - Variable in class software.xdev.chartjs.model.options.elements.Arc
 
borderColor - Variable in class software.xdev.chartjs.model.options.elements.Bar
 
borderColor - Variable in class software.xdev.chartjs.model.options.elements.Line
 
borderColor - Variable in class software.xdev.chartjs.model.options.elements.Point
 
borderColor - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
borderDash - Variable in class software.xdev.chartjs.model.options.elements.Line
 
borderDashOffset - Variable in class software.xdev.chartjs.model.options.elements.Line
 
borderJoinStyle - Variable in class software.xdev.chartjs.model.options.elements.Line
 
BorderJoinStyle - Enum in software.xdev.chartjs.model.enums
 
borderSkipped - Variable in class software.xdev.chartjs.model.options.elements.Bar
 
BorderSkipped - Enum in software.xdev.chartjs.model.enums
 
borderWidth - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
borderWidth - Variable in class software.xdev.chartjs.model.options.elements.Arc
 
borderWidth - Variable in class software.xdev.chartjs.model.options.elements.Bar
 
borderWidth - Variable in class software.xdev.chartjs.model.options.elements.Line
 
borderWidth - Variable in class software.xdev.chartjs.model.options.elements.Point
 
borderWidth - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
bottom - Variable in class software.xdev.chartjs.model.options.layout.Padding
 
BOTTOM - Enum constant in enum software.xdev.chartjs.model.enums.BorderSkipped
 
BOTTOM - Enum constant in enum software.xdev.chartjs.model.enums.ScalesPosition
 
BOTTOM - Enum constant in enum software.xdev.chartjs.model.options.Legend.Position
 
boxWidth - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
BROWN - Static variable in class software.xdev.chartjs.model.color.Color
 
BubbleChart - Class in software.xdev.chartjs.model.charts
 
BubbleChart() - Constructor for class software.xdev.chartjs.model.charts.BubbleChart
 
BubbleChart(BubbleData) - Constructor for class software.xdev.chartjs.model.charts.BubbleChart
 
BubbleChart(BubbleData, BubbleOptions) - Constructor for class software.xdev.chartjs.model.charts.BubbleChart
 
BubbleData - Class in software.xdev.chartjs.model.data
 
BubbleData() - Constructor for class software.xdev.chartjs.model.data.BubbleData
 
BubbleDataPoint - Class in software.xdev.chartjs.model.datapoint
 
BubbleDataPoint() - Constructor for class software.xdev.chartjs.model.datapoint.BubbleDataPoint
 
BubbleDataPoint(Number, Number, Number) - Constructor for class software.xdev.chartjs.model.datapoint.BubbleDataPoint
 
BubbleDataset - Class in software.xdev.chartjs.model.dataset
A collection of data points for a bubble chart.
BubbleDataset() - Constructor for class software.xdev.chartjs.model.dataset.BubbleDataset
 
BubbleElements - Class in software.xdev.chartjs.model.options.elements
 
BubbleElements() - Constructor for class software.xdev.chartjs.model.options.elements.BubbleElements
 
BubbleOptions - Class in software.xdev.chartjs.model.options
The bubble chart has no unique configuration options.
BubbleOptions() - Constructor for class software.xdev.chartjs.model.options.BubbleOptions
 
BUTT - Enum constant in enum software.xdev.chartjs.model.enums.BorderCapStyle
The ends of lines are squared off at the endpoints.

C

callback - Variable in class software.xdev.chartjs.model.options.scales.PointLabels
 
callback - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
callbacks - Variable in class software.xdev.chartjs.model.options.Tooltip
 
Callbacks - Class in software.xdev.chartjs.model.options
 
Callbacks() - Constructor for class software.xdev.chartjs.model.options.Callbacks
 
capBezierPoints - Variable in class software.xdev.chartjs.model.options.elements.Line
 
caretSize - Variable in class software.xdev.chartjs.model.options.Tooltip
 
categoryPercentage - Variable in class software.xdev.chartjs.model.options.scales.BarScale
Default 0.8
CategoryScale - Class in software.xdev.chartjs.model.options.scales
The category scale will be familiar to those who have used v1.0.
CategoryScale() - Constructor for class software.xdev.chartjs.model.options.scales.CategoryScale
 
CategoryTicks - Class in software.xdev.chartjs.model.options.ticks
 
CategoryTicks() - Constructor for class software.xdev.chartjs.model.options.ticks.CategoryTicks
 
CENTER - Enum constant in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
 
Chart<SELF,O extends Options<?,?>,D extends AbstractData<?,?>> - Interface in software.xdev.chartjs.model.charts
 
CHOCOLATE - Static variable in class software.xdev.chartjs.model.color.Color
 
CIRCLE - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
circumference - Variable in class software.xdev.chartjs.model.options.DoughnutOptions
Circumference in degrees.
circumference - Variable in class software.xdev.chartjs.model.options.PieOptions
Default 2 * Math.PI
clearData() - Method in class software.xdev.chartjs.model.dataset.Dataset
Remove all data held by this Dataset
clearLabels() - Method in class software.xdev.chartjs.model.data.AbstractData
Removes all labels from the backing list
color - Variable in class software.xdev.chartjs.model.options.LegendTitle
 
color - Variable in class software.xdev.chartjs.model.options.scales.AngleLines
 
color - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
color - Variable in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
color - Variable in class software.xdev.chartjs.model.options.Title
 
Color - Class in software.xdev.chartjs.model.color
Immutable RGBa color model.
Color(int, int, int) - Constructor for class software.xdev.chartjs.model.color.Color
Constructs a new Color instance with alpha set fully opaque
Color(int, int, int, double) - Constructor for class software.xdev.chartjs.model.color.Color
Constructs a new Color instance
Color(Color, double) - Constructor for class software.xdev.chartjs.model.color.Color
Constructs a new Color instance with the RGB values of the Color argument and the alpha transparency of the double argument.
cornerRadius - Variable in class software.xdev.chartjs.model.options.Tooltip
 
CRIMSON - Static variable in class software.xdev.chartjs.model.color.Color
 
CROSS - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
CROSS_ROT - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
cutout - Variable in class software.xdev.chartjs.model.options.DoughnutOptions
Default 50
cutoutPercentage - Variable in class software.xdev.chartjs.model.options.PieOptions
Default 50 - for doughnut, 0 - for pie
CYAN - Static variable in class software.xdev.chartjs.model.color.Color
 

D

DARK_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_CYAN - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_GRAY - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_GREEN - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_KHAKI - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_OLIVE_GREEN - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_ORANGE - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_RED - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_SALMON - Static variable in class software.xdev.chartjs.model.color.Color
 
DARK_TURQUOISE - Static variable in class software.xdev.chartjs.model.color.Color
 
DASH - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
data - Variable in class software.xdev.chartjs.model.charts.AbstractChart
 
data - Variable in class software.xdev.chartjs.model.dataset.Dataset
 
data() - Static method in class software.xdev.chartjs.model.charts.BarChart
Static factory, constructs an HomogeneousData implementation appropriate for a BarChart.
data() - Static method in class software.xdev.chartjs.model.charts.BubbleChart
Static factory, constructs an HomogeneousData implementation appropriate for a BubbleChart.
data() - Static method in class software.xdev.chartjs.model.charts.DoughnutChart
Static factory, constructs an HomogeneousData implementation appropriate for a DoughnutChart.
data() - Static method in class software.xdev.chartjs.model.charts.LineChart
Static factory, constructs an HomogeneousData implementation appropriate for a LineChart.
data() - Static method in class software.xdev.chartjs.model.charts.PieChart
Static factory, constructs an HomogeneousData implementation appropriate for a PieChart.
data() - Static method in class software.xdev.chartjs.model.charts.PolarChart
Static factory, constructs an HomogeneousData implementation appropriate for a PolarChart.
data() - Static method in class software.xdev.chartjs.model.charts.RadarChart
Static factory, constructs an HomogeneousData implementation appropriate for a RadarChart.
data() - Static method in class software.xdev.chartjs.model.charts.ScatterChart
Static factory, constructs an HomogeneousData implementation appropriate for a ScatterChart.
Dataset<T extends Dataset<T,O>,O> - Class in software.xdev.chartjs.model.dataset
 
Dataset() - Constructor for class software.xdev.chartjs.model.dataset.Dataset
 
DATASET - Enum constant in enum software.xdev.chartjs.model.enums.HoverMode
highlights the closest dataset
date - Variable in class software.xdev.chartjs.model.options.scales.ScaleAdapters
 
day - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
DEEP_PINK - Static variable in class software.xdev.chartjs.model.color.Color
 
DefaultAnimation - Class in software.xdev.chartjs.model.options.animation
 
DefaultAnimation() - Constructor for class software.xdev.chartjs.model.options.animation.DefaultAnimation
 
defaultObjectWriter - Variable in class software.xdev.chartjs.model.charts.AbstractChart
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.Dataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.DoughnutDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.LineDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.PieDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.PolarDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.RadarDataset
 
defaultType() - Method in class software.xdev.chartjs.model.dataset.ScatterDataset
 
DIM_GRAY - Static variable in class software.xdev.chartjs.model.color.Color
 
display - Variable in class software.xdev.chartjs.model.options.Legend
 
display - Variable in class software.xdev.chartjs.model.options.LegendTitle
 
display - Variable in class software.xdev.chartjs.model.options.scales.AngleLines
 
display - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
display - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
display - Variable in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
display - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
display - Variable in class software.xdev.chartjs.model.options.Title
 
displayFormats - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
DisplayFormats - Class in software.xdev.chartjs.model.options.scales
Display formats are used to configure how different time units are formed into strings for the axis tick marks.
DisplayFormats() - Constructor for class software.xdev.chartjs.model.options.scales.DisplayFormats
 
DoughnutAnimation - Class in software.xdev.chartjs.model.options.animation
 
DoughnutAnimation() - Constructor for class software.xdev.chartjs.model.options.animation.DoughnutAnimation
 
DoughnutChart - Class in software.xdev.chartjs.model.charts
 
DoughnutChart() - Constructor for class software.xdev.chartjs.model.charts.DoughnutChart
 
DoughnutChart(DoughnutData) - Constructor for class software.xdev.chartjs.model.charts.DoughnutChart
 
DoughnutChart(DoughnutData, DoughnutOptions) - Constructor for class software.xdev.chartjs.model.charts.DoughnutChart
 
DoughnutData - Class in software.xdev.chartjs.model.data
 
DoughnutData() - Constructor for class software.xdev.chartjs.model.data.DoughnutData
 
DoughnutDataset - Class in software.xdev.chartjs.model.dataset
 
DoughnutDataset() - Constructor for class software.xdev.chartjs.model.dataset.DoughnutDataset
 
DoughnutOptions - Class in software.xdev.chartjs.model.options
 
DoughnutOptions() - Constructor for class software.xdev.chartjs.model.options.DoughnutOptions
 
drag - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
DragOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.zoom
DragOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
drawBorder - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
drawOnChartArea - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
drawTicks - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
drawTime - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
duration - Variable in class software.xdev.chartjs.model.options.animation.Active
 
duration - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
duration - Variable in class software.xdev.chartjs.model.options.animation.Resize
 

E

EASE_IN_BACK - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_BOUNCE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_CIRC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_CUBIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_ELASTIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_EXPO - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_BACK - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_BOUNCE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_CIRC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_CUBIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_ELASTIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_EXPO - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_QUAD - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_QUART - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_QUINT - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_OUT_SINE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_QUAD - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_QUART - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_QUINT - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_IN_SINE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_BACK - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_BOUNCE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_CIRC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_CUBIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_ELASTIC - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_EXPO - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_QUAD - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_QUART - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_QUINT - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
EASE_OUT_SINE - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
easing - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
Easing - Enum in software.xdev.chartjs.model.enums
Enumeration of easing functions, based on Robert Penner's list
elements - Variable in class software.xdev.chartjs.model.options.BarOptions
 
elements - Variable in class software.xdev.chartjs.model.options.BubbleOptions
 
elements - Variable in class software.xdev.chartjs.model.options.DoughnutOptions
 
elements - Variable in class software.xdev.chartjs.model.options.LineOptions
 
elements - Variable in class software.xdev.chartjs.model.options.PieOptions
 
elements - Variable in class software.xdev.chartjs.model.options.PolarOptions
 
elements - Variable in class software.xdev.chartjs.model.options.RadarOptions
 
enabled - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
enabled - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
enabled - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.PinchOptions
 
enabled - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
enabled - Variable in class software.xdev.chartjs.model.options.Tooltip
 
END - Enum constant in enum software.xdev.chartjs.model.enums.FillMode
 
END - Enum constant in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
 
EnumNameToCamelCase - Class in software.xdev.chartjs.model
 
equals(Object) - Method in class software.xdev.chartjs.model.color.Color
 
events - Variable in class software.xdev.chartjs.model.options.Options
 
external - Variable in class software.xdev.chartjs.model.options.Tooltip
 

F

family - Variable in class software.xdev.chartjs.model.options.scales.Font
 
fill - Variable in class software.xdev.chartjs.model.options.elements.Fill
 
fill - Variable in class software.xdev.chartjs.model.options.elements.Line
 
Fill<T> - Class in software.xdev.chartjs.model.options.elements
Option on the dataset object which can be used to create area between two datasets or a dataset and a boundary.
Fill() - Constructor for class software.xdev.chartjs.model.options.elements.Fill
 
Fill(Boolean) - Constructor for class software.xdev.chartjs.model.options.elements.Fill
 
Fill(Integer) - Constructor for class software.xdev.chartjs.model.options.elements.Fill
 
Fill(String) - Constructor for class software.xdev.chartjs.model.options.elements.Fill
 
Fill(FillMode) - Constructor for class software.xdev.chartjs.model.options.elements.Fill
 
FillMode - Enum in software.xdev.chartjs.model.enums
 
fixedStepSize - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
fixedStepSize - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
font - Variable in class software.xdev.chartjs.model.options.LegendTitle
 
font - Variable in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
font - Variable in class software.xdev.chartjs.model.options.Title
 
Font - Class in software.xdev.chartjs.model.options.scales
 
Font() - Constructor for class software.xdev.chartjs.model.options.scales.Font
 
fontColor - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
fontColor - Variable in class software.xdev.chartjs.model.options.scales.PointLabels
 
fontColor - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
fontFamily - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
fontFamily - Variable in class software.xdev.chartjs.model.options.scales.PointLabels
 
fontFamily - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
fontSize - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
fontSize - Variable in class software.xdev.chartjs.model.options.scales.PointLabels
 
fontSize - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
fontStyle - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
fontStyle - Variable in class software.xdev.chartjs.model.options.scales.PointLabels
 
fontStyle - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
FontStyle - Enum in software.xdev.chartjs.model.enums
 
footer - Variable in class software.xdev.chartjs.model.options.Callbacks
 
footerFontColor - Variable in class software.xdev.chartjs.model.options.Tooltip
 
footerFontFamily - Variable in class software.xdev.chartjs.model.options.Tooltip
 
footerFontSize - Variable in class software.xdev.chartjs.model.options.Tooltip
 
footerFontStyle - Variable in class software.xdev.chartjs.model.options.Tooltip
 
footerMarginTop - Variable in class software.xdev.chartjs.model.options.Tooltip
 
footerSpacing - Variable in class software.xdev.chartjs.model.options.Tooltip
 
fullSize - Variable in class software.xdev.chartjs.model.options.Legend
 
fullSize - Variable in class software.xdev.chartjs.model.options.Title
 

G

generateLabels - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
getActive() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getAdapters() - Method in class software.xdev.chartjs.model.options.scales.TimeScale
 
getAfterBody() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getAfterBuildTicks() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterCalculateTickRotation() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterDataLimits() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterFit() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterFooter() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getAfterLabel() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getAfterSetDimensions() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterTickToLabelConversion() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAfterTitle() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getAfterUpdate() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getAlign() - Method in class software.xdev.chartjs.model.options.Legend
 
getAlign() - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
getAlign() - Method in class software.xdev.chartjs.model.options.Title
 
getAlpha() - Method in class software.xdev.chartjs.model.color.Color
 
getAngleLines() - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
getAnimateRotate() - Method in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
 
getAnimateRotate() - Method in class software.xdev.chartjs.model.options.animation.PieAnimation
 
getAnimateRotate() - Method in class software.xdev.chartjs.model.options.animation.PolarAnimation
 
getAnimateScale() - Method in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
 
getAnimateScale() - Method in class software.xdev.chartjs.model.options.animation.PieAnimation
 
getAnimateScale() - Method in class software.xdev.chartjs.model.options.animation.PolarAnimation
 
getAnimation() - Method in class software.xdev.chartjs.model.options.Options
 
getAnimations() - Method in class software.xdev.chartjs.model.options.Options
 
getAnimationTypes() - Method in class software.xdev.chartjs.model.options.animation.Animations
 
getArc() - Method in class software.xdev.chartjs.model.options.elements.ArcElements
 
getAutoSkip() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getAutoSkipPadding() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getB() - Method in class software.xdev.chartjs.model.color.Color
 
getBackdropColor() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getBackdropPaddingX() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getBackdropPaddingY() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.elements.Arc
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.elements.Bar
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getBackgroundColor() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBarPercentage() - Method in class software.xdev.chartjs.model.options.scales.BarScale
 
getBars() - Method in class software.xdev.chartjs.model.options.elements.BarElements
 
getBarThickness() - Method in class software.xdev.chartjs.model.options.scales.BarScale
 
getBeforeBody() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getBeforeBuildTicks() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeCalculateTickRotation() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeDataLimits() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeFit() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeFooter() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getBeforeLabel() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getBeforeSetDimensions() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeTickToLabelConversion() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeforeTitle() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getBeforeUpdate() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getBeginAtZero() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getBeginAtZero() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getBodyFontColor() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBodyFontFamily() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBodyFontSize() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBodyFontStyle() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBodySpacing() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getBorderCapStyle() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderCapStyle() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderColor() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getBorderColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderColor() - Method in class software.xdev.chartjs.model.options.elements.Arc
 
getBorderColor() - Method in class software.xdev.chartjs.model.options.elements.Bar
 
getBorderColor() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderColor() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getBorderColor() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getBorderDash() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderDash() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderDashOffset() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderDashOffset() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderJoinStyle() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderJoinStyle() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderSkipped() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
getBorderSkipped() - Method in class software.xdev.chartjs.model.options.elements.Bar
 
getBorderWidth() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getBorderWidth() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getBorderWidth() - Method in class software.xdev.chartjs.model.options.elements.Arc
 
getBorderWidth() - Method in class software.xdev.chartjs.model.options.elements.Bar
 
getBorderWidth() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getBorderWidth() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getBorderWidth() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getBottom() - Method in class software.xdev.chartjs.model.options.layout.Padding
 
getBoxWidth() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getCallback() - Method in class software.xdev.chartjs.model.options.scales.PointLabels
 
getCallback() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getCallbacks() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getCapBezierPoints() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getCaretSize() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getCategoryPercentage() - Method in class software.xdev.chartjs.model.options.scales.BarScale
 
getCircumference() - Method in class software.xdev.chartjs.model.options.DoughnutOptions
 
getCircumference() - Method in class software.xdev.chartjs.model.options.PieOptions
 
getColor() - Method in class software.xdev.chartjs.model.options.LegendTitle
 
getColor() - Method in class software.xdev.chartjs.model.options.scales.AngleLines
 
getColor() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getColor() - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
getColor() - Method in class software.xdev.chartjs.model.options.Title
 
getCornerRadius() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getCutout() - Method in class software.xdev.chartjs.model.options.DoughnutOptions
 
getCutoutPercentage() - Method in class software.xdev.chartjs.model.options.PieOptions
 
getData() - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
getData() - Method in class software.xdev.chartjs.model.dataset.Dataset
 
getData(Class<X>) - Method in class software.xdev.chartjs.model.dataset.Dataset
 
getDatasets() - Method in class software.xdev.chartjs.model.data.AbstractData
 
getDate() - Method in class software.xdev.chartjs.model.options.scales.ScaleAdapters
 
getDay() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getDefaultObjectWriter() - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
getDisplay() - Method in class software.xdev.chartjs.model.options.Legend
 
getDisplay() - Method in class software.xdev.chartjs.model.options.LegendTitle
 
getDisplay() - Method in class software.xdev.chartjs.model.options.scales.AngleLines
 
getDisplay() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getDisplay() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getDisplay() - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
getDisplay() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getDisplay() - Method in class software.xdev.chartjs.model.options.Title
 
getDisplayFormats() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getDrag() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getDrawBorder() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getDrawOnChartArea() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getDrawTicks() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getDrawTime() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getDuration() - Method in class software.xdev.chartjs.model.options.animation.Active
 
getDuration() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getDuration() - Method in class software.xdev.chartjs.model.options.animation.Resize
 
getEasing() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getElements() - Method in class software.xdev.chartjs.model.options.BarOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.BubbleOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.DoughnutOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.LineOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.PieOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.PolarOptions
 
getElements() - Method in class software.xdev.chartjs.model.options.RadarOptions
 
getEnabled() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getEnabled() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getEnabled() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.PinchOptions
 
getEnabled() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
getEnabled() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getEvents() - Method in class software.xdev.chartjs.model.options.Options
 
getExternal() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFamily() - Method in class software.xdev.chartjs.model.options.scales.Font
 
getFill() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getFill() - Method in class software.xdev.chartjs.model.options.elements.Fill
 
getFill() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getFixedStepSize() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getFixedStepSize() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getFont() - Method in class software.xdev.chartjs.model.options.LegendTitle
 
getFont() - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
getFont() - Method in class software.xdev.chartjs.model.options.Title
 
getFontColor() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getFontColor() - Method in class software.xdev.chartjs.model.options.scales.PointLabels
 
getFontColor() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getFontFamily() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getFontFamily() - Method in class software.xdev.chartjs.model.options.scales.PointLabels
 
getFontFamily() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getFontSize() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getFontSize() - Method in class software.xdev.chartjs.model.options.scales.PointLabels
 
getFontSize() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getFontStyle() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getFontStyle() - Method in class software.xdev.chartjs.model.options.scales.PointLabels
 
getFontStyle() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getFooter() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getFooterFontColor() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFooterFontFamily() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFooterFontSize() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFooterFontStyle() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFooterMarginTop() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFooterSpacing() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getFullSize() - Method in class software.xdev.chartjs.model.options.Legend
 
getFullSize() - Method in class software.xdev.chartjs.model.options.Title
 
getFunction() - Method in class software.xdev.chartjs.model.javascript.JavaScriptFunction
 
getG() - Method in class software.xdev.chartjs.model.color.Color
 
getGenerateLabels() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getGridLines() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getHitRadius() - Method in class software.xdev.chartjs.model.dataset.RadarDataset
 
getHitRadius() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getHour() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getHover() - Method in class software.xdev.chartjs.model.options.Options
 
getHoverBackgroundColor() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getHoverBorderColor() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getHoverBorderWidth() - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
getHoverBorderWidth() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getHoverRadius() - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
 
getHoverRadius() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getIndexAxis() - Method in class software.xdev.chartjs.model.options.BarOptions
 
getIsoWeekday() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getItemSort() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getLabel() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
getLabel() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getLabel() - Method in class software.xdev.chartjs.model.dataset.RoundDataset
 
getLabel() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getLabelColor() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getLabelOffset() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getLabels() - Method in class software.xdev.chartjs.model.data.AbstractData
 
getLabels() - Method in class software.xdev.chartjs.model.options.Legend
 
getLabelTextColor() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getLayout() - Method in class software.xdev.chartjs.model.options.Options
 
getLeft() - Method in class software.xdev.chartjs.model.options.layout.Padding
 
getLegend() - Method in class software.xdev.chartjs.model.options.Plugins
 
getLegendCallback() - Method in class software.xdev.chartjs.model.options.Options
 
getLimits() - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
getLine() - Method in class software.xdev.chartjs.model.options.elements.LineElements
 
getLine() - Method in class software.xdev.chartjs.model.options.elements.RadarElements
 
getLineArc() - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
getLineHeight() - Method in class software.xdev.chartjs.model.options.scales.Font
 
getLineTension() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getLineTension() - Method in class software.xdev.chartjs.model.options.elements.RadarLine
 
getLineWidth() - Method in class software.xdev.chartjs.model.options.scales.AngleLines
 
getLineWidth() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getMaintainAspectRatio() - Method in class software.xdev.chartjs.model.options.Options
 
getMax() - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
getMax() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getMax() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getMax() - Method in class software.xdev.chartjs.model.options.ticks.CategoryTicks
 
getMax() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getMax() - Method in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
 
getMax() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getMaxBarThickness() - Method in class software.xdev.chartjs.model.options.scales.BarScale
 
getMaxHeight() - Method in class software.xdev.chartjs.model.options.Legend
 
getMaxRotation() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getMaxTicksLimit() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getMaxTicksLimit() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getMaxWidth() - Method in class software.xdev.chartjs.model.options.Legend
 
getMillisecond() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getMin() - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
getMin() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getMin() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getMin() - Method in class software.xdev.chartjs.model.options.ticks.CategoryTicks
 
getMin() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getMin() - Method in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
 
getMin() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getMinRange() - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
getMinRotation() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getMinUnit() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getMinute() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getMirror() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getMode() - Method in class software.xdev.chartjs.model.options.Hover
 
getMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getMode() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getModifierKey() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getModifierKey() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getModifierKey() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
getMonth() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getMultiKeyBackground() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getName(Enum<?>) - Static method in class software.xdev.chartjs.model.EnumNameToCamelCase
 
getOffsetGridLines() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getOnClick() - Method in class software.xdev.chartjs.model.options.Legend
 
getOnClick() - Method in class software.xdev.chartjs.model.options.Options
 
getOnComplete() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getOnHover() - Method in class software.xdev.chartjs.model.options.Hover
 
getOnHover() - Method in class software.xdev.chartjs.model.options.Legend
 
getOnLeave() - Method in class software.xdev.chartjs.model.options.Legend
 
getOnProgress() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getOnResize() - Method in class software.xdev.chartjs.model.options.Options
 
getOptions() - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
getOverScaleMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getOverScaleMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getPadding() - Method in class software.xdev.chartjs.model.options.layout.Layout
 
getPadding() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getPadding() - Method in class software.xdev.chartjs.model.options.LegendTitle
 
getPadding() - Method in class software.xdev.chartjs.model.options.ticks.Ticks
 
getPadding() - Method in class software.xdev.chartjs.model.options.Title
 
getPan() - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
getParser() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getPinch() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getPlugins() - Method in class software.xdev.chartjs.model.options.Options
 
getPoint() - Method in class software.xdev.chartjs.model.options.elements.LineElements
 
getPoint() - Method in class software.xdev.chartjs.model.options.elements.PointElements
 
getPointBackgroundColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointBorderColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointBorderWidth() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointHitRadius() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getPointHitRadius() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointHoverBackgroundColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointHoverBorderColor() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointHoverBorderWidth() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointHoverRadius() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointLabels() - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
getPointRadius() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPoints() - Method in class software.xdev.chartjs.model.options.elements.BubbleElements
 
getPointStyle() - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
 
getPointStyle() - Method in class software.xdev.chartjs.model.dataset.PointDataset
 
getPointStyle() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getPosition() - Method in class software.xdev.chartjs.model.options.Legend
 
getPosition() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getPosition() - Method in class software.xdev.chartjs.model.options.Title
 
getQuarter() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getR() - Method in class software.xdev.chartjs.model.color.Color
 
getR() - Method in class software.xdev.chartjs.model.datapoint.BubbleDataPoint
 
getRadius() - Method in class software.xdev.chartjs.model.options.elements.Point
 
getResize() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
getResponsive() - Method in class software.xdev.chartjs.model.options.Options
 
getResponsiveAnimationDuration() - Method in class software.xdev.chartjs.model.options.Options
 
getReverse() - Method in class software.xdev.chartjs.model.options.Legend
 
getReverse() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getRight() - Method in class software.xdev.chartjs.model.options.layout.Padding
 
getRotation() - Method in class software.xdev.chartjs.model.options.DoughnutOptions
 
getRotation() - Method in class software.xdev.chartjs.model.options.PieOptions
 
getRound() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getRtl() - Method in class software.xdev.chartjs.model.options.Legend
 
getScale() - Method in class software.xdev.chartjs.model.options.PolarOptions
 
getScaleMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getScaleMode() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getScales() - Method in class software.xdev.chartjs.model.options.Options
 
getScalesList() - Method in class software.xdev.chartjs.model.options.scales.Scales
 
getSecond() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getShowLabelBackdrop() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getShowLine() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getShowLine() - Method in class software.xdev.chartjs.model.options.LineOptions
 
getSize() - Method in class software.xdev.chartjs.model.options.scales.Font
 
getSource() - Method in class software.xdev.chartjs.model.options.ticks.TimeTicks
 
getSpanGaps() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getSpanGaps() - Method in class software.xdev.chartjs.model.options.LineOptions
 
getSpeed() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
getStack() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
getStack() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getStacked() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getStackWeight() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getStepped() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getStepped() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getStepSize() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getStepSize() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getStyle() - Method in class software.xdev.chartjs.model.options.scales.Font
 
getSubtitle() - Method in class software.xdev.chartjs.model.options.Plugins
 
getSuggestedMax() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getSuggestedMax() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getSuggestedMax() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getSuggestedMin() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getSuggestedMin() - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
getSuggestedMin() - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
getTension() - Method in class software.xdev.chartjs.model.options.elements.Line
 
getText() - Method in class software.xdev.chartjs.model.options.LegendTitle
 
getText() - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
getText() - Method in class software.xdev.chartjs.model.options.Title
 
getTextDirection() - Method in class software.xdev.chartjs.model.options.Legend
 
getThreshold() - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
getThreshold() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
getTickMarkLength() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getTicks() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getTime() - Method in class software.xdev.chartjs.model.options.scales.TimeScale
 
getTitle() - Method in class software.xdev.chartjs.model.options.Callbacks
 
getTitle() - Method in class software.xdev.chartjs.model.options.Legend
 
getTitle() - Method in class software.xdev.chartjs.model.options.Plugins
 
getTitle() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
getTitleFontColor() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTitleFontFamily() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTitleFontSize() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTitleFontStyle() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTitleMarginBottom() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTitleSpacing() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getTooltip() - Method in class software.xdev.chartjs.model.options.Plugins
 
getTooltipFormat() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getTop() - Method in class software.xdev.chartjs.model.options.layout.Padding
 
getType() - Method in class software.xdev.chartjs.model.charts.BarChart
 
getType() - Method in class software.xdev.chartjs.model.charts.BubbleChart
 
getType() - Method in interface software.xdev.chartjs.model.charts.Chart
 
getType() - Method in class software.xdev.chartjs.model.charts.DoughnutChart
 
getType() - Method in class software.xdev.chartjs.model.charts.LineChart
 
getType() - Method in class software.xdev.chartjs.model.charts.MixedChart
 
getType() - Method in class software.xdev.chartjs.model.charts.PieChart
 
getType() - Method in class software.xdev.chartjs.model.charts.PolarChart
 
getType() - Method in class software.xdev.chartjs.model.charts.RadarChart
 
getType() - Method in class software.xdev.chartjs.model.charts.ScatterChart
 
getType() - Method in class software.xdev.chartjs.model.dataset.Dataset
 
getType() - Method in class software.xdev.chartjs.model.options.scales.BarScale
 
getType() - Method in class software.xdev.chartjs.model.options.scales.LinearScale
 
getType() - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
getType() - Method in class software.xdev.chartjs.model.options.scales.TimeScale
 
getUnit() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getUnitStepSize() - Method in class software.xdev.chartjs.model.options.scales.Time
 
getUsePointStyle() - Method in class software.xdev.chartjs.model.options.LegendLabels
 
getWeek() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getWeight() - Method in class software.xdev.chartjs.model.options.scales.Font
 
getWheel() - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
getX() - Method in class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
getX() - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
getXAxisID() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
getXAxisID() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getXPadding() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getY() - Method in class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
getY() - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
getYAxisID() - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
getYAxisID() - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
 
getYear() - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
getYPadding() - Method in class software.xdev.chartjs.model.options.Tooltip
 
getZeroLineColor() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getZeroLineWidth() - Method in class software.xdev.chartjs.model.options.scales.GridLines
 
getZoom() - Method in class software.xdev.chartjs.model.options.Plugins
 
getZoom() - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
GOLD - Static variable in class software.xdev.chartjs.model.color.Color
 
GRAY - Static variable in class software.xdev.chartjs.model.color.Color
 
GREEN - Static variable in class software.xdev.chartjs.model.color.Color
 
GREEN_YELLOW - Static variable in class software.xdev.chartjs.model.color.Color
 
gridLines - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
GridLines - Class in software.xdev.chartjs.model.options.scales
The grid line configuration is nested under the scale configuration in the gridLines key.
GridLines() - Constructor for class software.xdev.chartjs.model.options.scales.GridLines
 

H

hashCode() - Method in class software.xdev.chartjs.model.color.Color
 
hitRadius - Variable in class software.xdev.chartjs.model.options.elements.Point
 
HomogeneousChart<T,O extends Options<O,?>,D extends HomogeneousData<D,?>> - Class in software.xdev.chartjs.model.charts
 
HomogeneousChart() - Constructor for class software.xdev.chartjs.model.charts.HomogeneousChart
 
HomogeneousChart(D) - Constructor for class software.xdev.chartjs.model.charts.HomogeneousChart
 
HomogeneousChart(D, O) - Constructor for class software.xdev.chartjs.model.charts.HomogeneousChart
 
HomogeneousData<D extends HomogeneousData<D,T>,T extends Dataset<T,?>> - Class in software.xdev.chartjs.model.data
 
HomogeneousData() - Constructor for class software.xdev.chartjs.model.data.HomogeneousData
 
HOT_PINK - Static variable in class software.xdev.chartjs.model.color.Color
 
hour - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
hover - Variable in class software.xdev.chartjs.model.options.Options
 
Hover - Class in software.xdev.chartjs.model.options
 
Hover() - Constructor for class software.xdev.chartjs.model.options.Hover
 
hoverBackgroundColor - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
hoverBorderColor - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
hoverBorderWidth - Variable in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
hoverBorderWidth - Variable in class software.xdev.chartjs.model.options.elements.Point
 
HoverMode - Enum in software.xdev.chartjs.model.enums
 
hoverRadius - Variable in class software.xdev.chartjs.model.options.elements.Point
 

I

indexAxis - Variable in class software.xdev.chartjs.model.options.BarOptions
 
INHERIT - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
INITIAL - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
isAlphaWithinBounds(double) - Static method in class software.xdev.chartjs.model.color.Color
Verify that argument is valid value for the alpha channel.
isChannelWithinBounds(int) - Static method in class software.xdev.chartjs.model.color.Color
Verify that argument is valid value for the R, G or B channel.
isDrawable() - Method in class software.xdev.chartjs.model.charts.BarChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.BubbleChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in interface software.xdev.chartjs.model.charts.Chart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.DoughnutChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.LineChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.MixedChart
 
isDrawable() - Method in class software.xdev.chartjs.model.charts.PieChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.PolarChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.RadarChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isDrawable() - Method in class software.xdev.chartjs.model.charts.ScatterChart
Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.
isEmpty(SerializerProvider, OptionalArray<T>) - Method in class software.xdev.chartjs.model.objects.OptionalArray.Serializer
 
isoWeekday - Variable in class software.xdev.chartjs.model.options.scales.Time
Default false
ITALIC - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
itemSort - Variable in class software.xdev.chartjs.model.options.Tooltip
 

J

JavaScriptFunction - Class in software.xdev.chartjs.model.javascript
 
JavaScriptFunction(String) - Constructor for class software.xdev.chartjs.model.javascript.JavaScriptFunction
 
JavaScriptFunction.Serializer - Class in software.xdev.chartjs.model.javascript
 

K

KHAKI - Static variable in class software.xdev.chartjs.model.color.Color
 

L

label - Variable in class software.xdev.chartjs.model.dataset.RoundDataset
 
label - Variable in class software.xdev.chartjs.model.options.Callbacks
 
LABEL - Enum constant in enum software.xdev.chartjs.model.enums.HoverMode
highlights elements in all datasets at the same X value
labelColor - Variable in class software.xdev.chartjs.model.options.Callbacks
 
labelOffset - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
labels - Variable in class software.xdev.chartjs.model.options.Legend
 
labelTextColor - Variable in class software.xdev.chartjs.model.options.Callbacks
 
LAVENDER - Static variable in class software.xdev.chartjs.model.color.Color
 
layout - Variable in class software.xdev.chartjs.model.options.Options
 
Layout - Class in software.xdev.chartjs.model.options.layout
Options to influence the layout of the chart in its canvas.
Layout() - Constructor for class software.xdev.chartjs.model.options.layout.Layout
 
Layout(Integer) - Constructor for class software.xdev.chartjs.model.options.layout.Layout
 
Layout(Padding) - Constructor for class software.xdev.chartjs.model.options.layout.Layout
 
left - Variable in class software.xdev.chartjs.model.options.layout.Padding
 
LEFT - Enum constant in enum software.xdev.chartjs.model.enums.BorderSkipped
 
LEFT - Enum constant in enum software.xdev.chartjs.model.enums.ScalesPosition
 
LEFT - Enum constant in enum software.xdev.chartjs.model.options.Legend.Position
 
legend - Variable in class software.xdev.chartjs.model.options.Plugins
 
Legend - Class in software.xdev.chartjs.model.options
 
Legend() - Constructor for class software.xdev.chartjs.model.options.Legend
 
Legend.Position - Enum in software.xdev.chartjs.model.options
 
legendCallback - Variable in class software.xdev.chartjs.model.options.Options
 
LegendLabels - Class in software.xdev.chartjs.model.options
 
LegendLabels() - Constructor for class software.xdev.chartjs.model.options.LegendLabels
 
LegendTitle - Class in software.xdev.chartjs.model.options
 
LegendTitle() - Constructor for class software.xdev.chartjs.model.options.LegendTitle
 
LIGHT_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_CYAN - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_GRAY - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_PINK - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_SALMON - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_SKY_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
LIGHT_YELLOW - Static variable in class software.xdev.chartjs.model.color.Color
 
LIME - Static variable in class software.xdev.chartjs.model.color.Color
 
LimitOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.limits
LimitOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
limits - Variable in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
line - Variable in class software.xdev.chartjs.model.options.elements.LineElements
 
line - Variable in class software.xdev.chartjs.model.options.elements.RadarElements
 
Line - Class in software.xdev.chartjs.model.options.elements
Line elements are used to represent the line in a line chart.
Line() - Constructor for class software.xdev.chartjs.model.options.elements.Line
 
LINE - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
LINEAR - Enum constant in enum software.xdev.chartjs.model.enums.Easing
 
lineArc - Variable in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
LinearScale - Class in software.xdev.chartjs.model.options.scales
The linear scale is use to chart numerical data.
LinearScale() - Constructor for class software.xdev.chartjs.model.options.scales.LinearScale
 
LinearTicks - Class in software.xdev.chartjs.model.options.ticks
 
LinearTicks() - Constructor for class software.xdev.chartjs.model.options.ticks.LinearTicks
 
LineChart - Class in software.xdev.chartjs.model.charts
 
LineChart() - Constructor for class software.xdev.chartjs.model.charts.LineChart
 
LineChart(LineData) - Constructor for class software.xdev.chartjs.model.charts.LineChart
 
LineChart(LineData, LineOptions) - Constructor for class software.xdev.chartjs.model.charts.LineChart
 
LineData - Class in software.xdev.chartjs.model.data
 
LineData() - Constructor for class software.xdev.chartjs.model.data.LineData
 
LineDataset - Class in software.xdev.chartjs.model.dataset
 
LineDataset() - Constructor for class software.xdev.chartjs.model.dataset.LineDataset
 
LineElements - Class in software.xdev.chartjs.model.options.elements
Line elements are used to represent the line in a line chart.
LineElements() - Constructor for class software.xdev.chartjs.model.options.elements.LineElements
 
LineElements(Line) - Constructor for class software.xdev.chartjs.model.options.elements.LineElements
Constructor
LineElements(Line, Point) - Constructor for class software.xdev.chartjs.model.options.elements.LineElements
Constructor
LineElements(Point) - Constructor for class software.xdev.chartjs.model.options.elements.LineElements
Constructor
lineHeight - Variable in class software.xdev.chartjs.model.options.scales.Font
 
LINEN - Static variable in class software.xdev.chartjs.model.color.Color
 
LineOptions - Class in software.xdev.chartjs.model.options
 
LineOptions() - Constructor for class software.xdev.chartjs.model.options.LineOptions
 
lineTension - Variable in class software.xdev.chartjs.model.options.elements.RadarLine
 
lineWidth - Variable in class software.xdev.chartjs.model.options.scales.AngleLines
 
lineWidth - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
LogarithmicTicks - Class in software.xdev.chartjs.model.options.ticks
 
LogarithmicTicks() - Constructor for class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
 

M

MAGENTA - Static variable in class software.xdev.chartjs.model.color.Color
 
maintainAspectRatio - Variable in class software.xdev.chartjs.model.options.Options
 
MAROON - Static variable in class software.xdev.chartjs.model.color.Color
 
max - Variable in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
max - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
max - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
max - Variable in class software.xdev.chartjs.model.options.ticks.CategoryTicks
 
max - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
max - Variable in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
 
max - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
maxBarThickness - Variable in class software.xdev.chartjs.model.options.scales.BarScale
 
maxHeight - Variable in class software.xdev.chartjs.model.options.Legend
 
maxRotation - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
maxTicksLimit - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
maxTicksLimit - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default 11
maxWidth - Variable in class software.xdev.chartjs.model.options.Legend
 
MEDIUM_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
MEDIUM_TURQUOISE - Static variable in class software.xdev.chartjs.model.color.Color
 
MIDNIGHT_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
millisecond - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
min - Variable in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
min - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
min - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
min - Variable in class software.xdev.chartjs.model.options.ticks.CategoryTicks
 
min - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
min - Variable in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
 
min - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
minRange - Variable in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
minRotation - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
minUnit - Variable in class software.xdev.chartjs.model.options.scales.Time
Default 'millisecond'
minute - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
mirror - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
MITER - Enum constant in enum software.xdev.chartjs.model.enums.BorderJoinStyle
Connected segments are joined by extending their outside edges to connect at a single point, with the effect of filling an additional lozenge-shaped area.
MixedChart - Class in software.xdev.chartjs.model.charts
Allows creation of mixed chart types
MixedChart() - Constructor for class software.xdev.chartjs.model.charts.MixedChart
 
MixedData - Class in software.xdev.chartjs.model.data
Allows creation of mixed chart types
MixedData() - Constructor for class software.xdev.chartjs.model.data.MixedData
 
mode - Variable in class software.xdev.chartjs.model.options.Hover
 
mode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
mode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
mode - Variable in class software.xdev.chartjs.model.options.Tooltip
 
modifierKey - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
modifierKey - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
modifierKey - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
month - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
multiKeyBackground - Variable in class software.xdev.chartjs.model.options.Tooltip
 

N

NAVY - Static variable in class software.xdev.chartjs.model.color.Color
 
NORMAL - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
NumberDataset<S extends Dataset<?,Number>> - Interface in software.xdev.chartjs.model.dataset
 

O

OBLIQUE - Enum constant in enum software.xdev.chartjs.model.enums.FontStyle
 
offsetGridLines - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
OLIVE - Static variable in class software.xdev.chartjs.model.color.Color
 
onClick - Variable in class software.xdev.chartjs.model.options.Legend
 
onClick - Variable in class software.xdev.chartjs.model.options.Options
 
onComplete - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
onHover - Variable in class software.xdev.chartjs.model.options.Hover
 
onHover - Variable in class software.xdev.chartjs.model.options.Legend
 
onLeave - Variable in class software.xdev.chartjs.model.options.Legend
 
onProgress - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
onResize - Variable in class software.xdev.chartjs.model.options.Options
 
OptionalArray<E> - Class in software.xdev.chartjs.model.objects
ArrayList subclass with special serialization behavior: if only one item is contained, the item will be serialized as a single value.
OptionalArray() - Constructor for class software.xdev.chartjs.model.objects.OptionalArray
 
OptionalArray.Serializer<T> - Class in software.xdev.chartjs.model.objects
 
options - Variable in class software.xdev.chartjs.model.charts.AbstractChart
 
options() - Static method in class software.xdev.chartjs.model.charts.BarChart
Static factory, constructs an Options implementation appropriate for a BarChart.
options() - Static method in class software.xdev.chartjs.model.charts.BubbleChart
Static factory, constructs an Options implementation appropriate for a BubbleChart.
options() - Static method in class software.xdev.chartjs.model.charts.DoughnutChart
Static factory, constructs an Options implementation appropriate for a DoughnutChart.
options() - Static method in class software.xdev.chartjs.model.charts.LineChart
Static factory, constructs an Options implementation appropriate for a LineChart.
options() - Static method in class software.xdev.chartjs.model.charts.PieChart
Static factory, constructs an Options implementation appropriate for a PieChart.
options() - Static method in class software.xdev.chartjs.model.charts.PolarChart
Static factory, constructs an Options implementation appropriate for a PolarChart.
options() - Static method in class software.xdev.chartjs.model.charts.RadarChart
Static factory, constructs an Options implementation appropriate for a RadarChart.
options() - Static method in class software.xdev.chartjs.model.charts.ScatterChart
Static factory, constructs an Options implementation appropriate for a ScatterChart.
Options<T extends Options<T,A>,A extends Animation<A>> - Class in software.xdev.chartjs.model.options
 
Options() - Constructor for class software.xdev.chartjs.model.options.Options
 
ORANGE - Static variable in class software.xdev.chartjs.model.color.Color
 
ORANGE_RED - Static variable in class software.xdev.chartjs.model.color.Color
 
ORIGIN - Enum constant in enum software.xdev.chartjs.model.enums.FillMode
 
overScaleMode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
overScaleMode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 

P

padding - Variable in class software.xdev.chartjs.model.options.layout.Layout
 
padding - Variable in class software.xdev.chartjs.model.options.LegendLabels
 
padding - Variable in class software.xdev.chartjs.model.options.LegendTitle
 
padding - Variable in class software.xdev.chartjs.model.options.ticks.Ticks
 
padding - Variable in class software.xdev.chartjs.model.options.Title
 
Padding - Class in software.xdev.chartjs.model.options.layout
 
Padding() - Constructor for class software.xdev.chartjs.model.options.layout.Padding
 
PALE_TURQUOISE - Static variable in class software.xdev.chartjs.model.color.Color
 
pan - Variable in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
PanOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.pan
PanOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
parser - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
PieAnimation - Class in software.xdev.chartjs.model.options.animation
 
PieAnimation() - Constructor for class software.xdev.chartjs.model.options.animation.PieAnimation
 
PieChart - Class in software.xdev.chartjs.model.charts
 
PieChart() - Constructor for class software.xdev.chartjs.model.charts.PieChart
 
PieChart(PieData) - Constructor for class software.xdev.chartjs.model.charts.PieChart
 
PieChart(PieData, PieOptions) - Constructor for class software.xdev.chartjs.model.charts.PieChart
 
PieData - Class in software.xdev.chartjs.model.data
 
PieData() - Constructor for class software.xdev.chartjs.model.data.PieData
 
PieDataset - Class in software.xdev.chartjs.model.dataset
 
PieDataset() - Constructor for class software.xdev.chartjs.model.dataset.PieDataset
 
PieOptions - Class in software.xdev.chartjs.model.options
 
PieOptions() - Constructor for class software.xdev.chartjs.model.options.PieOptions
 
pinch - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
PinchOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.zoom
PinchOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.zoom.PinchOptions
 
PINK - Static variable in class software.xdev.chartjs.model.color.Color
 
plugins - Variable in class software.xdev.chartjs.model.options.Options
 
Plugins - Class in software.xdev.chartjs.model.options
 
Plugins() - Constructor for class software.xdev.chartjs.model.options.Plugins
 
point - Variable in class software.xdev.chartjs.model.options.elements.LineElements
 
point - Variable in class software.xdev.chartjs.model.options.elements.PointElements
 
Point - Class in software.xdev.chartjs.model.options.elements
Point elements are used to represent the points in a line chart or a bubble chart.
Point() - Constructor for class software.xdev.chartjs.model.options.elements.Point
 
PointDataset<T extends Dataset<T,O>,O> - Class in software.xdev.chartjs.model.dataset
 
PointDataset() - Constructor for class software.xdev.chartjs.model.dataset.PointDataset
 
PointElements - Class in software.xdev.chartjs.model.options.elements
Point elements are used to represent the points in a line chart or a bubble chart.
PointElements(Point) - Constructor for class software.xdev.chartjs.model.options.elements.PointElements
Constructor
pointLabels - Variable in class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
PointLabels - Class in software.xdev.chartjs.model.options.scales
The following options are used to configure the point labels that are shown on the perimeter of the scale.
PointLabels() - Constructor for class software.xdev.chartjs.model.options.scales.PointLabels
 
points - Variable in class software.xdev.chartjs.model.options.elements.BubbleElements
 
pointStyle - Variable in class software.xdev.chartjs.model.options.elements.Point
 
PointStyle - Enum in software.xdev.chartjs.model.enums
 
PolarAnimation - Class in software.xdev.chartjs.model.options.animation
 
PolarAnimation() - Constructor for class software.xdev.chartjs.model.options.animation.PolarAnimation
 
PolarChart - Class in software.xdev.chartjs.model.charts
 
PolarChart() - Constructor for class software.xdev.chartjs.model.charts.PolarChart
 
PolarChart(PolarData) - Constructor for class software.xdev.chartjs.model.charts.PolarChart
 
PolarChart(PolarData, PolarOptions) - Constructor for class software.xdev.chartjs.model.charts.PolarChart
 
PolarData - Class in software.xdev.chartjs.model.data
 
PolarData() - Constructor for class software.xdev.chartjs.model.data.PolarData
 
PolarDataset - Class in software.xdev.chartjs.model.dataset
 
PolarDataset() - Constructor for class software.xdev.chartjs.model.dataset.PolarDataset
 
PolarOptions - Class in software.xdev.chartjs.model.options
 
PolarOptions() - Constructor for class software.xdev.chartjs.model.options.PolarOptions
 
position - Variable in class software.xdev.chartjs.model.options.Legend
 
position - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
position - Variable in class software.xdev.chartjs.model.options.Title
 
PURPLE - Static variable in class software.xdev.chartjs.model.color.Color
 

Q

quarter - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 

R

RadarChart - Class in software.xdev.chartjs.model.charts
 
RadarChart() - Constructor for class software.xdev.chartjs.model.charts.RadarChart
 
RadarChart(RadarData) - Constructor for class software.xdev.chartjs.model.charts.RadarChart
 
RadarChart(RadarData, RadarOptions) - Constructor for class software.xdev.chartjs.model.charts.RadarChart
 
RadarData - Class in software.xdev.chartjs.model.data
 
RadarData() - Constructor for class software.xdev.chartjs.model.data.RadarData
 
RadarDataset - Class in software.xdev.chartjs.model.dataset
 
RadarDataset() - Constructor for class software.xdev.chartjs.model.dataset.RadarDataset
 
RadarElements - Class in software.xdev.chartjs.model.options.elements
 
RadarElements() - Constructor for class software.xdev.chartjs.model.options.elements.RadarElements
 
RadarLine - Class in software.xdev.chartjs.model.options.elements
 
RadarLine() - Constructor for class software.xdev.chartjs.model.options.elements.RadarLine
 
RadarOptions - Class in software.xdev.chartjs.model.options
 
RadarOptions() - Constructor for class software.xdev.chartjs.model.options.RadarOptions
 
RadialLinearScale<T extends Ticks<T>> - Class in software.xdev.chartjs.model.options.scales
The radial linear scale is used specifically for the radar and polar are chart types.
RadialLinearScale() - Constructor for class software.xdev.chartjs.model.options.scales.RadialLinearScale
 
RadialLinearTicks - Class in software.xdev.chartjs.model.options.ticks
 
RadialLinearTicks() - Constructor for class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
 
radius - Variable in class software.xdev.chartjs.model.options.elements.Point
 
RADIUS - Enum constant in enum software.xdev.chartjs.model.options.animation.AnimationType
 
random() - Static method in class software.xdev.chartjs.model.color.Color
Constructs and returns a new fully random Color instance.
RECT - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
RECT_ROT - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
RECT_ROUNDED - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
RED - Static variable in class software.xdev.chartjs.model.color.Color
 
resize - Variable in class software.xdev.chartjs.model.options.animation.Animation
 
Resize - Class in software.xdev.chartjs.model.options.animation
 
Resize() - Constructor for class software.xdev.chartjs.model.options.animation.Resize
 
responsive - Variable in class software.xdev.chartjs.model.options.Options
 
responsiveAnimationDuration - Variable in class software.xdev.chartjs.model.options.Options
 
reverse - Variable in class software.xdev.chartjs.model.options.Legend
 
reverse - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
rgba() - Method in class software.xdev.chartjs.model.color.Color
 
right - Variable in class software.xdev.chartjs.model.options.layout.Padding
 
RIGHT - Enum constant in enum software.xdev.chartjs.model.enums.BorderSkipped
 
RIGHT - Enum constant in enum software.xdev.chartjs.model.enums.ScalesPosition
 
RIGHT - Enum constant in enum software.xdev.chartjs.model.options.Legend.Position
 
rotation - Variable in class software.xdev.chartjs.model.options.DoughnutOptions
Rotation in degrees.
rotation - Variable in class software.xdev.chartjs.model.options.PieOptions
Default -0.5 * Math.PI
round - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
ROUND - Enum constant in enum software.xdev.chartjs.model.enums.BorderCapStyle
The ends of lines are rounded.
ROUND - Enum constant in enum software.xdev.chartjs.model.enums.BorderJoinStyle
Rounds off the corners of a shape by filling an additional sector of disc centered at the common endpoint of connected segments.
RoundDataset<T extends RoundDataset<T,O>,O> - Class in software.xdev.chartjs.model.dataset
 
RoundDataset() - Constructor for class software.xdev.chartjs.model.dataset.RoundDataset
 
rtl - Variable in class software.xdev.chartjs.model.options.Legend
 

S

SALMON - Static variable in class software.xdev.chartjs.model.color.Color
 
scale - Variable in class software.xdev.chartjs.model.options.PolarOptions
 
Scale<T extends Ticks<T>,S extends Scale<T,S>> - Class in software.xdev.chartjs.model.options.scales
 
Scale() - Constructor for class software.xdev.chartjs.model.options.scales.Scale
 
ScaleAdapters - Class in software.xdev.chartjs.model.options.scales
Options for adapter for external date library if that adapter needs or supports options.
ScaleAdapters() - Constructor for class software.xdev.chartjs.model.options.scales.ScaleAdapters
 
ScaleLabelAlignment - Enum in software.xdev.chartjs.model.enums
 
ScaleLimits - Class in software.xdev.chartjs.model.options.plugins.zoom.limits
ScaleLimits() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
scaleMode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
scaleMode - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
scales - Variable in class software.xdev.chartjs.model.options.Options
 
scales() - Static method in class software.xdev.chartjs.model.options.PolarOptions
Static factory, constructs a Scale implementation appropriate for a PolarOptions instance.
Scales - Class in software.xdev.chartjs.model.options.scales
 
Scales() - Constructor for class software.xdev.chartjs.model.options.scales.Scales
 
Scales.ScaleAxis - Enum in software.xdev.chartjs.model.options.scales
 
ScalesPosition - Enum in software.xdev.chartjs.model.enums
 
ScaleTitle - Class in software.xdev.chartjs.model.options.scales
The grid line configuration is nested under the scale configuration in the scaleLabel key.
ScaleTitle() - Constructor for class software.xdev.chartjs.model.options.scales.ScaleTitle
 
ScatterChart - Class in software.xdev.chartjs.model.charts
 
ScatterChart() - Constructor for class software.xdev.chartjs.model.charts.ScatterChart
 
ScatterChart(ScatterData) - Constructor for class software.xdev.chartjs.model.charts.ScatterChart
 
ScatterChart(ScatterData, LineOptions) - Constructor for class software.xdev.chartjs.model.charts.ScatterChart
 
ScatterData - Class in software.xdev.chartjs.model.data
 
ScatterData() - Constructor for class software.xdev.chartjs.model.data.ScatterData
 
ScatterDataPoint - Class in software.xdev.chartjs.model.datapoint
 
ScatterDataPoint() - Constructor for class software.xdev.chartjs.model.datapoint.ScatterDataPoint
 
ScatterDataPoint(Number, Number) - Constructor for class software.xdev.chartjs.model.datapoint.ScatterDataPoint
 
ScatterDataset - Class in software.xdev.chartjs.model.dataset
 
ScatterDataset() - Constructor for class software.xdev.chartjs.model.dataset.ScatterDataset
 
second - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
self() - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
self() - Method in class software.xdev.chartjs.model.data.AbstractData
 
self() - Method in class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
self() - Method in class software.xdev.chartjs.model.dataset.Dataset
 
self() - Method in interface software.xdev.chartjs.model.dataset.NumberDataset
 
self() - Method in class software.xdev.chartjs.model.options.animation.Animation
 
self() - Method in class software.xdev.chartjs.model.options.Options
 
self() - Method in class software.xdev.chartjs.model.options.scales.Scale
 
serialize(JavaScriptFunction, JsonGenerator, SerializerProvider) - Method in class software.xdev.chartjs.model.javascript.JavaScriptFunction.Serializer
 
serialize(OptionalArray<T>, JsonGenerator, SerializerProvider) - Method in class software.xdev.chartjs.model.objects.OptionalArray.Serializer
 
Serializer() - Constructor for class software.xdev.chartjs.model.javascript.JavaScriptFunction.Serializer
 
Serializer() - Constructor for class software.xdev.chartjs.model.objects.OptionalArray.Serializer
 
setActive(Active) - Method in class software.xdev.chartjs.model.options.animation.Animation
 
setAdapters(ScaleAdapters) - Method in class software.xdev.chartjs.model.options.scales.TimeScale
Options for adapter for external date library if that adapter needs or supports options.
setAfterBody(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render after the body section.
setAfterBuildTicks(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after ticks are created.
setAfterCalculateTickRotation(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after tick rotation is determined.
setAfterDataLimits(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after data limits are determined.
setAfterFit(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after the scale fits to the canvas.
setAfterFooter(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Text to render after the footer section.
setAfterLabel(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render after an individual label.
setAfterSetDimensions(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after dimensions are set.
setAfterTickToLabelConversion(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs after ticks are converted into strings.
setAfterTitle(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render after the title.
setAfterUpdate(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs at the end of the update process.
setAlign(String) - Method in class software.xdev.chartjs.model.options.Legend
Default 'center'.
setAlign(String) - Method in class software.xdev.chartjs.model.options.Title
Alignment of the title
setAlign(ScaleLabelAlignment) - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
setAngleLines(AngleLines) - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
See the Angle Line Options section below for details.
setAnimateRotate(Boolean) - Method in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
If true, will animate the rotation of the chart.
setAnimateRotate(Boolean) - Method in class software.xdev.chartjs.model.options.animation.PieAnimation
If true, will animate the rotation of the chart.
setAnimateRotate(Boolean) - Method in class software.xdev.chartjs.model.options.animation.PolarAnimation
If true, will animate the rotation of the chart.
setAnimateScale(Boolean) - Method in class software.xdev.chartjs.model.options.animation.DoughnutAnimation
If true, will animate scaling the chart.
setAnimateScale(Boolean) - Method in class software.xdev.chartjs.model.options.animation.PieAnimation
If true, will animate scaling the chart.
setAnimateScale(Boolean) - Method in class software.xdev.chartjs.model.options.animation.PolarAnimation
If true, will animate scaling the chart.
setAnimation(Boolean) - Method in class software.xdev.chartjs.model.options.Options
Default true Disables the Animation completely if set to false.
setAnimations(Animations<A>) - Method in class software.xdev.chartjs.model.options.Options
The following animation options are available.
setArc(Arc) - Method in class software.xdev.chartjs.model.options.elements.ArcElements
 
setAutoSkip(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
setAutoSkipPadding(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Padding between the ticks on the horizontal axis when autoSkip is enabled.
setBackdropColor(Color) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Color of label backdrops
setBackdropPaddingX(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Horizontal padding of label backdrop
setBackdropPaddingY(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Vertical padding of label backdrop
setBackgroundColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The fill color under the line.
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Arc
Default fill color for arcs.
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Bar
Default bar fill color
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line fill color
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point fill color
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setBackgroundColor(Color) - Method in class software.xdev.chartjs.model.options.Tooltip
Background color of the tooltip
setBarPercentage(Number) - Method in class software.xdev.chartjs.model.options.scales.BarScale
Percent (0-1) of the available width each bar should be within the category percentage.
setBars(Bar) - Method in class software.xdev.chartjs.model.options.elements.BarElements
 
setBarThickness(Number) - Method in class software.xdev.chartjs.model.options.scales.BarScale
Manually set width of each bar in pixels.
setBeforeBody(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render before the body section.
setBeforeBuildTicks(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before ticks are created.
setBeforeCalculateTickRotation(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before tick rotation is determined.
setBeforeDataLimits(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before data limits are determined.
setBeforeFit(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before the scale fits to the canvas.
setBeforeFooter(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render before the footer section.
setBeforeLabel(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render before an individual label.
setBeforeSetDimensions(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before dimensions are set.
setBeforeTickToLabelConversion(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback that runs before ticks are converted into strings.
setBeforeTitle(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns the text to render before the title.
setBeforeUpdate(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.Scale
Callback called before the update process starts.
setBeginAtZero(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
if true, scale will inclulde 0 if it is not already included.
setBeginAtZero(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
if true, scale will inclulde 0 if it is not already included.
setBodyFontColor(Color) - Method in class software.xdev.chartjs.model.options.Tooltip
Font color for tooltip items.
setBodyFontFamily(String) - Method in class software.xdev.chartjs.model.options.Tooltip
Font family for tooltip items inherited from global font family
setBodyFontSize(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Font size for tooltip items inherited from global font size
setBodyFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.Tooltip
setBodySpacing(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Spacing to add to top and bottom of each tooltip item
setBorderCapStyle(BorderCapStyle) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Default line cap style.
setBorderCapStyle(BorderCapStyle) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line cap style.
setBorderColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The color of the line.
setBorderColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Arc
Default stroke color for arcs
setBorderColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Bar
Default bar stroke color
setBorderColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line stroke color
setBorderColor(Color) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point stroke color
setBorderColor(Color) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setBorderDash(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Default line dash.
setBorderDash(List<Integer>) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line dash.
setBorderDashOffset(Float) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Default line dash offset.
setBorderDashOffset(Float) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line dash offset.
setBorderJoinStyle(BorderJoinStyle) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Default line join style.
setBorderJoinStyle(BorderJoinStyle) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line join style.
setBorderSkipped(List<BorderSkipped>) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
setBorderSkipped(BorderSkipped) - Method in class software.xdev.chartjs.model.options.elements.Bar
Default skipped (excluded) border for rectangle.
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The width of the line in pixels
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.elements.Arc
Default stroke width for arcs
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.elements.Bar
Default bar stroke width
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.elements.Line
Default line stroke width
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point stroke width
setBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setBorderWidth(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setBottom(int) - Method in class software.xdev.chartjs.model.options.layout.Padding
 
setBoxWidth(Integer) - Method in class software.xdev.chartjs.model.options.LegendLabels
Width of coloured box
setCallback(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.scales.PointLabels
Callback function to transform data label to axis label
setCallback(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Returns the string representation of the tick value as it should be displayed on the chart.
setCallbacks(Callbacks) - Method in class software.xdev.chartjs.model.options.Tooltip
See the callbacks section below
setCapBezierPoints(Boolean) - Method in class software.xdev.chartjs.model.options.elements.Line
If true, bezier control points are kept inside the chart.
setCaretSize(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Size, in px, of the tooltip arrow
setCategoryPercentage(Number) - Method in class software.xdev.chartjs.model.options.scales.BarScale
Percent (0-1) of the available width (the space between the gridlines for small datasets) for each data-point to use for the bars.
setCircumference(Number) - Method in class software.xdev.chartjs.model.options.DoughnutOptions
Sweep to allow arcs to cover in degrees
setCircumference(Number) - Method in class software.xdev.chartjs.model.options.PieOptions
Sweep to allow arcs to cover
setColor(List<Color>) - Method in class software.xdev.chartjs.model.options.scales.GridLines
Color of the grid lines.
setColor(Color) - Method in class software.xdev.chartjs.model.options.LegendTitle
Default Chart.defaults.color
setColor(Color) - Method in class software.xdev.chartjs.model.options.scales.AngleLines
Color of angled lines
setColor(Color) - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
Font color for the scale title.
setColor(Color) - Method in class software.xdev.chartjs.model.options.Title
Color of text
setCornerRadius(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Radius of tooltip corner curves
setCutout(Number) - Method in class software.xdev.chartjs.model.options.DoughnutOptions
The pixels as number of the chart that is cut out of the middle.
setCutoutPercentage(Number) - Method in class software.xdev.chartjs.model.options.PieOptions
The percentage of the chart that is cut out of the middle.
setData(D) - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
setData(D) - Method in interface software.xdev.chartjs.model.charts.Chart
 
setData(Number...) - Method in interface software.xdev.chartjs.model.dataset.NumberDataset
 
setData(Collection<O>) - Method in class software.xdev.chartjs.model.dataset.Dataset
Sets the backing data list to the argument, replacing any data already added or set
setData(O...) - Method in class software.xdev.chartjs.model.dataset.Dataset
Sets the backing data list to the argument, replacing any data already added or set
setDatasets(Collection<T>) - Method in class software.xdev.chartjs.model.data.AbstractData
 
setDataUnchecked(Object...) - Method in class software.xdev.chartjs.model.dataset.Dataset
 
setDataUnchecked(Collection<?>) - Method in class software.xdev.chartjs.model.dataset.Dataset
 
setDate(Object) - Method in class software.xdev.chartjs.model.options.scales.ScaleAdapters
 
setDay(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'll'
setDefaultObjectWriter(ObjectWriter) - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.Legend
Default true
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.LegendTitle
Default false
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.scales.AngleLines
If true, angle lines are shown.
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.scales.GridLines
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.scales.Scale
If true, show the scale including gridlines, ticks, and labels.
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
Default false
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
If true, show the ticks.
setDisplay(Boolean) - Method in class software.xdev.chartjs.model.options.Title
Display the title block
setDisplayFormats(DisplayFormats) - Method in class software.xdev.chartjs.model.options.scales.Time
See Display Formats section below.
setDrag(DragOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setDrawBorder(Boolean) - Method in class software.xdev.chartjs.model.options.scales.GridLines
If true draw border on the edge of the chart
setDrawOnChartArea(Boolean) - Method in class software.xdev.chartjs.model.options.scales.GridLines
If true, draw lines on the chart area inside the axis lines.
setDrawTicks(Boolean) - Method in class software.xdev.chartjs.model.options.scales.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
setDrawTime(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setDuration(Integer) - Method in class software.xdev.chartjs.model.options.animation.Active
 
setDuration(Integer) - Method in class software.xdev.chartjs.model.options.animation.Animation
Default 1000
setDuration(Integer) - Method in class software.xdev.chartjs.model.options.animation.Resize
 
setEasing(Easing) - Method in class software.xdev.chartjs.model.options.animation.Animation
setElements(ArcElements) - Method in class software.xdev.chartjs.model.options.DoughnutOptions
 
setElements(ArcElements) - Method in class software.xdev.chartjs.model.options.PieOptions
 
setElements(ArcElements) - Method in class software.xdev.chartjs.model.options.PolarOptions
 
setElements(BarElements) - Method in class software.xdev.chartjs.model.options.BarOptions
 
setElements(BubbleElements) - Method in class software.xdev.chartjs.model.options.BubbleOptions
 
setElements(LineElements) - Method in class software.xdev.chartjs.model.options.LineOptions
 
setElements(RadarElements) - Method in class software.xdev.chartjs.model.options.RadarOptions
Options for all line elements used on the chart, as defined in the global elements, duplicated here to show Radar chart specific defaults.
setEnabled(Boolean) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setEnabled(Boolean) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setEnabled(Boolean) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.PinchOptions
 
setEnabled(Boolean) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
setEnabled(Boolean) - Method in class software.xdev.chartjs.model.options.Tooltip
Are tooltips enabled
setEvents(Collection<String>) - Method in class software.xdev.chartjs.model.options.Options
Default ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"] Events that the chart should listen to for tooltips and hovering
setExternal(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Tooltip
See section below
setFamily(String) - Method in class software.xdev.chartjs.model.options.scales.Font
Font family for the scale title, follows CSS font-family options.
setFill(Fill<?>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
If true, fill the area under the line
setFill(Fill<?>) - Method in class software.xdev.chartjs.model.options.elements.Line
If true, the line is filled.
setFill(T) - Method in class software.xdev.chartjs.model.options.elements.Fill
 
setFixedStepSize(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
User defined fixed step size for the scale.
setFixedStepSize(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
User defined fixed step size for the scale.
setFont(Font) - Method in class software.xdev.chartjs.model.options.LegendTitle
Default Chart.defaults.font
setFont(Font) - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
setFont(Font) - Method in class software.xdev.chartjs.model.options.Title
 
setFontColor(Color) - Method in class software.xdev.chartjs.model.options.LegendLabels
Font color inherited from global configuration
setFontColor(Color) - Method in class software.xdev.chartjs.model.options.scales.PointLabels
Font color
setFontColor(Color) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Font color for the tick labels.
setFontFamily(String) - Method in class software.xdev.chartjs.model.options.LegendLabels
Font family inherited from global configuration
setFontFamily(String) - Method in class software.xdev.chartjs.model.options.scales.PointLabels
Font family to render
setFontFamily(String) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Font family for the tick labels, follows CSS font-family options.
setFontSize(Integer) - Method in class software.xdev.chartjs.model.options.LegendLabels
Font size inherited from global configuration
setFontSize(Number) - Method in class software.xdev.chartjs.model.options.scales.PointLabels
Font size in pixels
setFontSize(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Font size for the tick labels.
setFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.LegendLabels
Font style inherited from global configuration
setFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.scales.PointLabels
Font Style to use
setFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Font style for the tick labels, follows CSS font-style options (i.e.
setFooter(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render as the footer of the tooltip.
setFooterFontColor(Color) - Method in class software.xdev.chartjs.model.options.Tooltip
Font color for tooltip footer.
setFooterFontFamily(String) - Method in class software.xdev.chartjs.model.options.Tooltip
Font family for tooltip footer inherited from global font family.
setFooterFontSize(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Font size for tooltip footer inherited from global font size.
setFooterFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.Tooltip
Font style for tooltip footer.
setFooterMarginTop(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Margin to add before drawing the footer
setFooterSpacing(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Spacing to add to top and bottom of each footer line.
setFullSize(Boolean) - Method in class software.xdev.chartjs.model.options.Legend
Default true
setFullSize(Boolean) - Method in class software.xdev.chartjs.model.options.Title
Marks that this box should take the full width/height of the canvas.
setGenerateLabels(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.LegendLabels
Generates legend items for each thing in the legend.
setGridLines(GridLines) - Method in class software.xdev.chartjs.model.options.scales.Scale
See grid line configuration section.
setHitRadius(Integer) - Method in class software.xdev.chartjs.model.options.elements.Point
Extra radius added to point radius for hit detection
setHitRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.RadarDataset
The pixel size of the non-displayed point that reacts to mouse events
setHour(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'MMM D, hA'
setHover(Hover) - Method in class software.xdev.chartjs.model.options.Options
The hover configuration is passed into the options.hover namespace.
setHoverBackgroundColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverBackgroundColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverBorderColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverBorderColor(Color) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverBorderWidth(Integer) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverBorderWidth(Integer) - Method in class software.xdev.chartjs.model.options.elements.Point
Default stroke width when hovered
setHoverBorderWidth(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
 
setHoverRadius(Integer) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point radius when hovered
setHoverRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
Additional radius to add to data radius on hover.
setIndexAxis(BarOptions.IndexAxis) - Method in class software.xdev.chartjs.model.options.BarOptions
Sets the orientation of the bars.
setIsoWeekday(Boolean) - Method in class software.xdev.chartjs.model.options.scales.Time
If true and the unit is set to 'week', iso weekdays will be used.
setItemSort(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Tooltip
Allows sorting of tooltip items.
setLabel(String) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
setLabel(String) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The label for the dataset which appears in the legend and tooltips
setLabel(String) - Method in class software.xdev.chartjs.model.dataset.RoundDataset
The label for the dataset which appears in the legend and tooltips
setLabel(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render for an individual item in the tooltip.
setLabelColor(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns the colors to render for the tooltip item.
setLabelOffset(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Distance in pixels to offset the label from the centre point of the tick (in the y direction for the x axis, and the x direction for the y axis).
setLabels(String...) - Method in class software.xdev.chartjs.model.data.AbstractData
Sets the backing label list, replacing any labels previously added or set
setLabels(Collection<String>) - Method in class software.xdev.chartjs.model.data.AbstractData
Sets the backing label list, replacing any labels previously added or set
setLabels(LegendLabels) - Method in class software.xdev.chartjs.model.options.Legend
Default -
setLabelTextColor(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns the colors for the text of the label for the tooltip item.
setLayout(Layout) - Method in class software.xdev.chartjs.model.options.Options
 
setLeft(int) - Method in class software.xdev.chartjs.model.options.layout.Padding
 
setLegend(Legend) - Method in class software.xdev.chartjs.model.options.Plugins
The legend configuration is passed into the options.legend namespace.
setLegendCallback(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Options
Default function (chart) { } Function to generate a legend.
setLimits(LimitOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
setLine(Line) - Method in class software.xdev.chartjs.model.options.elements.LineElements
 
setLine(RadarLine) - Method in class software.xdev.chartjs.model.options.elements.RadarElements
Line elements are used to represent the line in a line chart.
setLineArc(Boolean) - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
If true, circular arcs are used else straight lines are used.
setLineHeight(String) - Method in class software.xdev.chartjs.model.options.scales.Font
Height of an individual line of text
setLineTension(Float) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Bezier curve tension of the line.
setLineTension(Float) - Method in class software.xdev.chartjs.model.options.elements.RadarLine
Tension exhibited by lines when calculating splineCurve.
setLineWidth(Number) - Method in class software.xdev.chartjs.model.options.scales.AngleLines
Width of angled lines
setLineWidth(List<Integer>) - Method in class software.xdev.chartjs.model.options.scales.GridLines
Stroke width of grid lines
setMaintainAspectRatio(Boolean) - Method in class software.xdev.chartjs.model.options.Options
Default true Maintain the original canvas aspect ratio (width / height) when resizing
setMax(Number) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setMax(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
User defined maximum number for the scale, overrides maximum value from data.
setMax(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
User defined maximum number for the scale, overrides maximum value from data.
setMax(Object) - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
setMax(String) - Method in class software.xdev.chartjs.model.options.ticks.CategoryTicks
The maximum item to display.
setMax(String) - Method in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
The maximum item to display.
setMax(Time) - Method in class software.xdev.chartjs.model.options.scales.Time
If defined, this will override the data maximum
setMaxBarThickness(Number) - Method in class software.xdev.chartjs.model.options.scales.BarScale
Set this to ensure that bars are not sized thicker than this.
setMaxHeight(Integer) - Method in class software.xdev.chartjs.model.options.Legend
Maximum height of the legend, in pixels
setMaxRotation(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Maximum rotation for tick labels when rotating to condense labels.
setMaxTicksLimit(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
Maximum number of ticks and gridlines to show.
setMaxTicksLimit(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Maximum number of ticks and gridlines to show.
setMaxWidth(Integer) - Method in class software.xdev.chartjs.model.options.Legend
Maximum width of the legend, in pixels
setMillisecond(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'SSS [ms]'
setMin(Number) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setMin(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
User defined minimum number for the scale, overrides minimum value from data.
setMin(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
User defined minimum number for the scale, overrides minimum value from data.
setMin(Object) - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
setMin(String) - Method in class software.xdev.chartjs.model.options.ticks.CategoryTicks
The minimum item to display.
setMin(String) - Method in class software.xdev.chartjs.model.options.ticks.LogarithmicTicks
The minimum item to display.
setMin(Time) - Method in class software.xdev.chartjs.model.options.scales.Time
If defined, this will override the data minimum
setMinRange(Number) - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.ScaleLimits
 
setMinRotation(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Minimum rotation for tick labels.
setMinUnit(String) - Method in class software.xdev.chartjs.model.options.scales.Time
The minimum display format to be used for a time unit.
setMinute(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'h:mm:ss a'
setMirror(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Flips tick labels around axis, displaying the labels inside the chart instead of outside.
setMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setMode(String) - Method in class software.xdev.chartjs.model.options.Tooltip
Sets which elements appear in the tooltip.
setMode(HoverMode) - Method in class software.xdev.chartjs.model.options.Hover
Default single
setModifierKey(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setModifierKey(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setModifierKey(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
setMonth(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'MMM YYYY'
setMultiKeyBackground(Color) - Method in class software.xdev.chartjs.model.options.Tooltip
Color to draw behind the colored boxes when multiple items are in the tooltip
setOffsetGridLines(Boolean) - Method in class software.xdev.chartjs.model.options.scales.GridLines
If true, labels are shifted to be between grid lines.
setOnClick(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Legend
A callback that is called when a click is registered on top of a label item
setOnClick(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Options
Default null Called if the event is of type 'mouseup' or 'click'.
setOnComplete(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.animation.Animation
Default none
setOnHover(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Hover
Default null
setOnHover(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Legend
A callback that is called when a 'mousemove' event is registered on top of a label item
setOnLeave(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Legend
A callback that is called when a 'mousemove' event is registered outside of a previously hovered label item
setOnProgress(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.animation.Animation
Default none
setOnResize(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Options
Default null Called when a resize occurs.
setOptions(O) - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
setOptions(O) - Method in interface software.xdev.chartjs.model.charts.Chart
 
setOverScaleMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setOverScaleMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setPadding(Integer) - Method in class software.xdev.chartjs.model.options.layout.Layout
Using an Integer sets the padding globally for all sides of the chart (left, top, right, bottom).
setPadding(Integer) - Method in class software.xdev.chartjs.model.options.LegendLabels
Padding between rows of colored boxes
setPadding(Integer) - Method in class software.xdev.chartjs.model.options.Title
Number of pixels to add above and below the title text
setPadding(Number) - Method in class software.xdev.chartjs.model.options.ticks.Ticks
Padding between the tick label and the axis.
setPadding(Padding) - Method in class software.xdev.chartjs.model.options.layout.Layout
Using a Padding instance allows specifying 4 padding properties separately.
setPadding(Padding) - Method in class software.xdev.chartjs.model.options.LegendTitle
Padding around the title
setPan(PanOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
setParser(String) - Method in class software.xdev.chartjs.model.options.scales.Time
If defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
setPinch(PinchOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setPlugins(Plugins) - Method in class software.xdev.chartjs.model.options.Options
A placeholder in which configuration options for plugins may be passed.
setPoint(Point) - Method in class software.xdev.chartjs.model.options.elements.LineElements
 
setPoint(Point) - Method in class software.xdev.chartjs.model.options.elements.PointElements
 
setPointBackgroundColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The fill color for points
setPointBorderColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The border color for points.
setPointBorderWidth(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The width of the point border in pixels
setPointHitRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
The pixel size of the non-displayed point that reacts to mouse events
setPointHitRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The pixel size of the non-displayed point that reacts to mouse events
setPointHoverBackgroundColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Point background color when hovered
setPointHoverBorderColor(List<Color>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Point border color when hovered
setPointHoverBorderWidth(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
Border width of point when hovered
setPointHoverRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The radius of the point when hovered
setPointLabels(PointLabels) - Method in class software.xdev.chartjs.model.options.scales.RadialLinearScale
See the Point Label Options section below for details.
setPointRadius(List<Integer>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The radius of the point shape.
setPoints(Point) - Method in class software.xdev.chartjs.model.options.elements.BubbleElements
 
setPointStyle(List<PointStyle>) - Method in class software.xdev.chartjs.model.dataset.PointDataset
The style of point.
setPointStyle(PointStyle) - Method in class software.xdev.chartjs.model.dataset.BubbleDataset
 
setPointStyle(PointStyle) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point style
setPosition(String) - Method in class software.xdev.chartjs.model.options.Title
Position of the title.
setPosition(ScalesPosition) - Method in class software.xdev.chartjs.model.options.scales.Scale
Position of the scale.
setPosition(Legend.Position) - Method in class software.xdev.chartjs.model.options.Legend
Default 'top'
setQuarter(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: '[Q]Q - YYYY'
setR(Number) - Method in class software.xdev.chartjs.model.datapoint.BubbleDataPoint
Radius of bubble
setRadius(Integer) - Method in class software.xdev.chartjs.model.options.elements.Point
Default point radius
setResize(Resize) - Method in class software.xdev.chartjs.model.options.animation.Animation
 
setResponsive(Boolean) - Method in class software.xdev.chartjs.model.options.Options
Default true Resizes when the canvas container does.
setResponsiveAnimationDuration(Integer) - Method in class software.xdev.chartjs.model.options.Options
Default 0 Duration in milliseconds it takes to animate to new size after a resize event.
setReverse(Boolean) - Method in class software.xdev.chartjs.model.options.Legend
Default false
setReverse(Boolean) - Method in class software.xdev.chartjs.model.options.scales.Scale
Reverses order of tick labels.
setRight(int) - Method in class software.xdev.chartjs.model.options.layout.Padding
 
setRotation(Number) - Method in class software.xdev.chartjs.model.options.DoughnutOptions
Starting angle to draw arcs from in degrees
setRotation(Number) - Method in class software.xdev.chartjs.model.options.PieOptions
Starting angle to draw arcs from
setRound(String) - Method in class software.xdev.chartjs.model.options.scales.Time
If defined, dates will be rounded to the start of this unit.
setRtl(Boolean) - Method in class software.xdev.chartjs.model.options.Legend
true for rendering the legends from right to left
setScale(RadialLinearScale<?>) - Method in class software.xdev.chartjs.model.options.PolarOptions
Options for the one scale used on the chart.
setScaleMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setScaleMode(String) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setScales(Scales) - Method in class software.xdev.chartjs.model.options.Options
 
setSecond(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'h:mm:ss a'
setShowLabelBackdrop(Boolean) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
If true, draw a background behind the tick labels
setShowLine(Boolean) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
If false, the line is not drawn for this dataset
setShowLine(Boolean) - Method in class software.xdev.chartjs.model.options.LineOptions
If false, the lines between points are not drawn
setSize(Number) - Method in class software.xdev.chartjs.model.options.scales.Font
Font size for the scale title.
setSource(String) - Method in class software.xdev.chartjs.model.options.ticks.TimeTicks
How ticks are generated, possible values are: 'auto' - generates "optimal" ticks based on scale size and time options 'data' - generates ticks from data (including labels from data {x|y} objects 'labels' - generates ticks from user given labels ONLY
setSpanGaps(Boolean) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
If true, lines will be drawn between points with no or null data
setSpanGaps(Boolean) - Method in class software.xdev.chartjs.model.options.LineOptions
If true, NaN data does not break the line
setSpeed(Number) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
setStack(String) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
setStack(String) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setStacked(Boolean) - Method in class software.xdev.chartjs.model.options.scales.Scale
If true, bars are stacked on the x-axis
setStackWeight(Number) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setStepped(Boolean) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
If true, the line is shown as a steeped line and 'lineTension' will be ignored
setStepped(Boolean) - Method in class software.xdev.chartjs.model.options.elements.Line
If true, the line is shown as a steeped line and 'tension' will be ignored
setStepSize(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
if defined, it can be used along with the min and the max to give a custom number of steps.
setStepSize(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
if defined, it can be used along with the min and the max to give a custom number of steps.
setStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.scales.Font
Font style for the scale title, follows CSS font-style options (i.e.
setSubtitle(Title) - Method in class software.xdev.chartjs.model.options.Plugins
The subtitle configuration is passed into the options.subtitle namespace.
setSuggestedMax(Number) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setSuggestedMax(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.
setSuggestedMax(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.
setSuggestedMin(Number) - Method in class software.xdev.chartjs.model.options.scales.Scale
 
setSuggestedMin(Number) - Method in class software.xdev.chartjs.model.options.ticks.LinearTicks
User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.
setSuggestedMin(Number) - Method in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.
setTension(Float) - Method in class software.xdev.chartjs.model.options.elements.Line
Default bezier curve tension.
setText(String) - Method in class software.xdev.chartjs.model.options.LegendTitle
The string title
setText(String) - Method in class software.xdev.chartjs.model.options.scales.ScaleTitle
The text for the title.
setText(String) - Method in class software.xdev.chartjs.model.options.Title
Title text
setTextDirection(String) - Method in class software.xdev.chartjs.model.options.Legend
This will force the text direction 'rtl' or 'ltr' on the canvas for rendering the legend, regardless of the css specified on the canvas
setThreshold(Integer) - Method in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
setThreshold(Integer) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
setTickMarkLength(Integer) - Method in class software.xdev.chartjs.model.options.scales.GridLines
Length in pixels that the grid lines will draw into the axis area.
setTicks(T) - Method in class software.xdev.chartjs.model.options.scales.Scale
Defines options for the tick marks that are generated by the axis
setTime(Time) - Method in class software.xdev.chartjs.model.options.scales.TimeScale
As defined in Time.
setTitle(JavaScriptFunction) - Method in class software.xdev.chartjs.model.options.Callbacks
Returns text to render as the title of the tooltip.
setTitle(LegendTitle) - Method in class software.xdev.chartjs.model.options.Legend
 
setTitle(ScaleTitle) - Method in class software.xdev.chartjs.model.options.scales.Scale
See scale title configuration section.
setTitle(Title) - Method in class software.xdev.chartjs.model.options.Plugins
The title configuration is passed into the options.title namespace.
setTitleFontColor(Color) - Method in class software.xdev.chartjs.model.options.Tooltip
Font color for tooltip title
setTitleFontFamily(String) - Method in class software.xdev.chartjs.model.options.Tooltip
Font family for tooltip title inherited from global font family
setTitleFontSize(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Font size for tooltip title inherited from global font size
setTitleFontStyle(FontStyle) - Method in class software.xdev.chartjs.model.options.Tooltip
setTitleMarginBottom(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Margin to add on bottom of title section
setTitleSpacing(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Spacing to add to top and bottom of each title line.
setTooltip(Tooltip) - Method in class software.xdev.chartjs.model.options.Plugins
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
setTooltipFormat(String) - Method in class software.xdev.chartjs.model.options.scales.Time
The moment js format string to use for the tooltip.
setTop(int) - Method in class software.xdev.chartjs.model.options.layout.Padding
 
setType(String) - Method in class software.xdev.chartjs.model.charts.MixedChart
 
setType(String) - Method in class software.xdev.chartjs.model.dataset.Dataset
Sets the type of the dataset.
setType(String) - Method in class software.xdev.chartjs.model.options.scales.BarScale
As defined in Scales.
setType(String) - Method in class software.xdev.chartjs.model.options.scales.TimeScale
As defined in Scales.
setUnit(String) - Method in class software.xdev.chartjs.model.options.scales.Time
If defined, will force the unit to be a certain type.
setUnitStepSize(Number) - Method in class software.xdev.chartjs.model.options.scales.Time
The number of units between grid lines.
setUsePointStyle(Boolean) - Method in class software.xdev.chartjs.model.options.LegendLabels
Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
setWeek(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'll'
setWeight(Number) - Method in class software.xdev.chartjs.model.options.scales.Font
 
setWheel(WheelOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
setX(Number) - Method in class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
setX(ScaleLimits) - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
setXAxisID(String) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
setXAxisID(String) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
The ID of the x axis to plot this dataset on.
setXPadding(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Padding to add on left and right of tooltip
setY(Number) - Method in class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
setY(ScaleLimits) - Method in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
setYAxisID(String) - Method in class software.xdev.chartjs.model.dataset.BarDataset
 
setYAxisID(String) - Method in class software.xdev.chartjs.model.dataset.BaseLineDataset
The ID of the y axis to plot this dataset on.
setYear(String) - Method in class software.xdev.chartjs.model.options.scales.DisplayFormats
Default: 'YYYY'
setYPadding(Integer) - Method in class software.xdev.chartjs.model.options.Tooltip
Padding to add on top and bottom of tooltip
setZeroLineColor(Color) - Method in class software.xdev.chartjs.model.options.scales.GridLines
Stroke color of the grid line for the first index (index 0).
setZeroLineWidth(Integer) - Method in class software.xdev.chartjs.model.options.scales.GridLines
Stroke width of the grid line for the first index (index 0).
setZoom(Zoom) - Method in class software.xdev.chartjs.model.options.Plugins
A zoom and pan plugin for Chart.js.
setZoom(ZoomOptions) - Method in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
showLabelBackdrop - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default true
showLine - Variable in class software.xdev.chartjs.model.options.LineOptions
 
SILVER - Static variable in class software.xdev.chartjs.model.color.Color
 
SINGLE - Enum constant in enum software.xdev.chartjs.model.enums.HoverMode
highlights the closest element
size - Variable in class software.xdev.chartjs.model.options.scales.Font
 
SKY_BLUE - Static variable in class software.xdev.chartjs.model.color.Color
 
software.xdev.chartjs.model - package software.xdev.chartjs.model
 
software.xdev.chartjs.model.charts - package software.xdev.chartjs.model.charts
 
software.xdev.chartjs.model.color - package software.xdev.chartjs.model.color
 
software.xdev.chartjs.model.data - package software.xdev.chartjs.model.data
 
software.xdev.chartjs.model.datapoint - package software.xdev.chartjs.model.datapoint
 
software.xdev.chartjs.model.dataset - package software.xdev.chartjs.model.dataset
 
software.xdev.chartjs.model.enums - package software.xdev.chartjs.model.enums
 
software.xdev.chartjs.model.javascript - package software.xdev.chartjs.model.javascript
 
software.xdev.chartjs.model.objects - package software.xdev.chartjs.model.objects
 
software.xdev.chartjs.model.options - package software.xdev.chartjs.model.options
 
software.xdev.chartjs.model.options.animation - package software.xdev.chartjs.model.options.animation
 
software.xdev.chartjs.model.options.elements - package software.xdev.chartjs.model.options.elements
 
software.xdev.chartjs.model.options.layout - package software.xdev.chartjs.model.options.layout
 
software.xdev.chartjs.model.options.plugins.zoom - package software.xdev.chartjs.model.options.plugins.zoom
This package describes options for the ChartJS Zoom Plugin
software.xdev.chartjs.model.options.plugins.zoom.limits - package software.xdev.chartjs.model.options.plugins.zoom.limits
 
software.xdev.chartjs.model.options.plugins.zoom.pan - package software.xdev.chartjs.model.options.plugins.zoom.pan
 
software.xdev.chartjs.model.options.plugins.zoom.zoom - package software.xdev.chartjs.model.options.plugins.zoom.zoom
 
software.xdev.chartjs.model.options.scales - package software.xdev.chartjs.model.options.scales
 
software.xdev.chartjs.model.options.ticks - package software.xdev.chartjs.model.options.ticks
 
source - Variable in class software.xdev.chartjs.model.options.ticks.TimeTicks
Default "auto"
spanGaps - Variable in class software.xdev.chartjs.model.options.LineOptions
 
speed - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
SQUARE - Enum constant in enum software.xdev.chartjs.model.enums.BorderCapStyle
The ends of lines are squared off by adding a box with an equal width and half the height of the line's thickness.
stack - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
stacked - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
stackWeight - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
STAR - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
START - Enum constant in enum software.xdev.chartjs.model.enums.FillMode
 
START - Enum constant in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
 
stepped - Variable in class software.xdev.chartjs.model.options.elements.Line
 
stepSize - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
stepSize - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
style - Variable in class software.xdev.chartjs.model.options.scales.Font
 
subtitle - Variable in class software.xdev.chartjs.model.options.Plugins
 
suggestedMax - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
suggestedMax - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
suggestedMax - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -
suggestedMin - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
suggestedMin - Variable in class software.xdev.chartjs.model.options.ticks.LinearTicks
 
suggestedMin - Variable in class software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Default -

T

TAN - Static variable in class software.xdev.chartjs.model.color.Color
 
TEAL - Static variable in class software.xdev.chartjs.model.color.Color
 
tension - Variable in class software.xdev.chartjs.model.options.elements.Line
 
TENSION - Enum constant in enum software.xdev.chartjs.model.options.animation.AnimationType
 
text - Variable in class software.xdev.chartjs.model.options.LegendTitle
 
text - Variable in class software.xdev.chartjs.model.options.scales.ScaleTitle
 
text - Variable in class software.xdev.chartjs.model.options.Title
 
textDirection - Variable in class software.xdev.chartjs.model.options.Legend
 
threshold - Variable in class software.xdev.chartjs.model.options.plugins.zoom.pan.PanOptions
 
threshold - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
 
tickMarkLength - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
ticks - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
Ticks<T extends Ticks<T>> - Class in software.xdev.chartjs.model.options.ticks
The grid line configuration is nested under the scale configuration in the ticks key.
Ticks() - Constructor for class software.xdev.chartjs.model.options.ticks.Ticks
 
time - Variable in class software.xdev.chartjs.model.options.scales.TimeScale
 
Time - Class in software.xdev.chartjs.model.options.scales
 
Time() - Constructor for class software.xdev.chartjs.model.options.scales.Time
 
TimeScale - Class in software.xdev.chartjs.model.options.scales
 
TimeScale() - Constructor for class software.xdev.chartjs.model.options.scales.TimeScale
 
TimeTicks - Class in software.xdev.chartjs.model.options.ticks
 
TimeTicks() - Constructor for class software.xdev.chartjs.model.options.ticks.TimeTicks
 
title - Variable in class software.xdev.chartjs.model.options.Callbacks
 
title - Variable in class software.xdev.chartjs.model.options.Legend
 
title - Variable in class software.xdev.chartjs.model.options.Plugins
 
title - Variable in class software.xdev.chartjs.model.options.scales.Scale
 
Title - Class in software.xdev.chartjs.model.options
 
Title() - Constructor for class software.xdev.chartjs.model.options.Title
 
titleFontColor - Variable in class software.xdev.chartjs.model.options.Tooltip
 
titleFontFamily - Variable in class software.xdev.chartjs.model.options.Tooltip
 
titleFontSize - Variable in class software.xdev.chartjs.model.options.Tooltip
 
titleFontStyle - Variable in class software.xdev.chartjs.model.options.Tooltip
 
titleMarginBottom - Variable in class software.xdev.chartjs.model.options.Tooltip
 
titleSpacing - Variable in class software.xdev.chartjs.model.options.Tooltip
 
toJson() - Method in interface software.xdev.chartjs.model.charts.Chart
Same as Chart.toJsonNative() but also check if the diagram is drawable
toJsonNative() - Method in class software.xdev.chartjs.model.charts.AbstractChart
 
toJsonNative() - Method in interface software.xdev.chartjs.model.charts.Chart
Convert this instance to Json for use with Chart.js library.
tooltip - Variable in class software.xdev.chartjs.model.options.Plugins
 
Tooltip - Class in software.xdev.chartjs.model.options
 
Tooltip() - Constructor for class software.xdev.chartjs.model.options.Tooltip
 
tooltipFormat - Variable in class software.xdev.chartjs.model.options.scales.Time
Default ''
top - Variable in class software.xdev.chartjs.model.options.layout.Padding
 
TOP - Enum constant in enum software.xdev.chartjs.model.enums.BorderSkipped
 
TOP - Enum constant in enum software.xdev.chartjs.model.enums.ScalesPosition
 
TOP - Enum constant in enum software.xdev.chartjs.model.options.Legend.Position
 
toString() - Method in class software.xdev.chartjs.model.color.Color
 
toString() - Method in enum software.xdev.chartjs.model.enums.BorderCapStyle
 
toString() - Method in enum software.xdev.chartjs.model.enums.BorderJoinStyle
 
toString() - Method in enum software.xdev.chartjs.model.enums.BorderSkipped
 
toString() - Method in enum software.xdev.chartjs.model.enums.Easing
 
toString() - Method in enum software.xdev.chartjs.model.enums.FillMode
 
toString() - Method in enum software.xdev.chartjs.model.enums.FontStyle
 
toString() - Method in enum software.xdev.chartjs.model.enums.HoverMode
 
toString() - Method in enum software.xdev.chartjs.model.enums.PointStyle
 
toString() - Method in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
 
toString() - Method in enum software.xdev.chartjs.model.enums.ScalesPosition
 
toString() - Method in enum software.xdev.chartjs.model.options.animation.AnimationType
 
toString() - Method in enum software.xdev.chartjs.model.options.BarOptions.IndexAxis
 
toString() - Method in enum software.xdev.chartjs.model.options.Legend.Position
 
toString() - Method in enum software.xdev.chartjs.model.options.scales.Scales.ScaleAxis
 
TRANSPARENT - Static variable in class software.xdev.chartjs.model.color.Color
 
TRIANGLE - Enum constant in enum software.xdev.chartjs.model.enums.PointStyle
 
TURQUOISE - Static variable in class software.xdev.chartjs.model.color.Color
 
type - Variable in class software.xdev.chartjs.model.charts.MixedChart
 
type - Variable in class software.xdev.chartjs.model.dataset.Dataset
 
type - Variable in class software.xdev.chartjs.model.options.scales.BarScale
Default "Category"
type - Variable in class software.xdev.chartjs.model.options.scales.TimeScale
Default "time"

U

unit - Variable in class software.xdev.chartjs.model.options.scales.Time
Default -
unitStepSize - Variable in class software.xdev.chartjs.model.options.scales.Time
Default 1
usePointStyle - Variable in class software.xdev.chartjs.model.options.LegendLabels
 

V

valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.BorderCapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.BorderJoinStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.BorderSkipped
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.Easing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.FillMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.HoverMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.PointStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.enums.ScalesPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.options.animation.AnimationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.options.BarOptions.IndexAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.options.Legend.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.xdev.chartjs.model.options.scales.Scales.ScaleAxis
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.xdev.chartjs.model.enums.BorderCapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.BorderJoinStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.BorderSkipped
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.Easing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.FillMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.HoverMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.PointStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.ScaleLabelAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.enums.ScalesPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.options.animation.AnimationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.options.BarOptions.IndexAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.options.Legend.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.xdev.chartjs.model.options.scales.Scales.ScaleAxis
Returns an array containing the constants of this enum type, in the order they are declared.
VIOLET - Static variable in class software.xdev.chartjs.model.color.Color
 

W

week - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
weight - Variable in class software.xdev.chartjs.model.options.scales.Font
 
wheel - Variable in class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
WheelOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.zoom
WheelOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.zoom.WheelOptions
 
WHITE - Static variable in class software.xdev.chartjs.model.color.Color
 
withDefaultType() - Method in class software.xdev.chartjs.model.dataset.Dataset
Set's the default type

X

x - Variable in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
X - Enum constant in enum software.xdev.chartjs.model.options.animation.AnimationType
 
X - Enum constant in enum software.xdev.chartjs.model.options.BarOptions.IndexAxis
 
X - Enum constant in enum software.xdev.chartjs.model.options.scales.Scales.ScaleAxis
 
X_AXIS - Enum constant in enum software.xdev.chartjs.model.enums.HoverMode
highlights elements in all datasets at the same X value, activates when hovering anywhere within the vertical slice of the x-axis representing that X value.
xPadding - Variable in class software.xdev.chartjs.model.options.Tooltip
 
XYDataPoint - Class in software.xdev.chartjs.model.datapoint
 
XYDataPoint() - Constructor for class software.xdev.chartjs.model.datapoint.XYDataPoint
 
XYDataPoint(Number, Number) - Constructor for class software.xdev.chartjs.model.datapoint.XYDataPoint
 
XYDataPointBase<S extends XYDataPointBase<S>> - Class in software.xdev.chartjs.model.datapoint
 
XYDataPointBase() - Constructor for class software.xdev.chartjs.model.datapoint.XYDataPointBase
 
XYDataPointBase(Number, Number) - Constructor for class software.xdev.chartjs.model.datapoint.XYDataPointBase
 

Y

y - Variable in class software.xdev.chartjs.model.options.plugins.zoom.limits.LimitOptions
 
Y - Enum constant in enum software.xdev.chartjs.model.options.animation.AnimationType
 
Y - Enum constant in enum software.xdev.chartjs.model.options.BarOptions.IndexAxis
 
Y - Enum constant in enum software.xdev.chartjs.model.options.scales.Scales.ScaleAxis
 
year - Variable in class software.xdev.chartjs.model.options.scales.DisplayFormats
 
YELLOW - Static variable in class software.xdev.chartjs.model.color.Color
 
YELLOW_GREEN - Static variable in class software.xdev.chartjs.model.color.Color
 
yPadding - Variable in class software.xdev.chartjs.model.options.Tooltip
 

Z

zeroLineColor - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
zeroLineWidth - Variable in class software.xdev.chartjs.model.options.scales.GridLines
 
zoom - Variable in class software.xdev.chartjs.model.options.Plugins
 
zoom - Variable in class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
Zoom - Class in software.xdev.chartjs.model.options.plugins.zoom
Zoom() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.Zoom
 
ZoomOptions - Class in software.xdev.chartjs.model.options.plugins.zoom.zoom
ZoomOptions() - Constructor for class software.xdev.chartjs.model.options.plugins.zoom.zoom.ZoomOptions
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form