Uses of Class
org.primefaces.model.charts.ChartModel
Package
Description
-
Uses of ChartModel in org.primefaces.component.api
-
Uses of ChartModel in org.primefaces.component.charts
Modifier and TypeMethodDescriptionprotected void
ChartRenderer.encodeConfig
(javax.faces.context.FacesContext context, ChartModel model) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ChartModel in org.primefaces.model.charts.bar
Modifier and TypeClassDescriptionclass
Defines the bar model used to create bar chart component. -
Uses of ChartModel in org.primefaces.model.charts.bubble
Modifier and TypeClassDescriptionclass
Defines the bubble model used to create bubble chart component. -
Uses of ChartModel in org.primefaces.model.charts.donut
Modifier and TypeClassDescriptionclass
Defines the donut model used to create donut chart component. -
Uses of ChartModel in org.primefaces.model.charts.hbar
Modifier and TypeClassDescriptionclass
Defines the horizontalBar model used to create bar chart component with indexAxis=y. -
Uses of ChartModel in org.primefaces.model.charts.line
Modifier and TypeClassDescriptionclass
Defines the line model used to create line chart component. -
Uses of ChartModel in org.primefaces.model.charts.pie
Modifier and TypeClassDescriptionclass
Defines the pie model used to create pie chart component. -
Uses of ChartModel in org.primefaces.model.charts.polar
Modifier and TypeClassDescriptionclass
Defines the polarArea model used to create polarArea chart component. -
Uses of ChartModel in org.primefaces.model.charts.radar
Modifier and TypeClassDescriptionclass
Defines the radar model used to create radar chart component. -
Uses of ChartModel in org.primefaces.model.charts.scatter
Modifier and TypeClassDescriptionclass
Scatter charts are based on basic line charts with the x axis changed to a linear axis.