Package org.primefaces.model.charts.hbar
Class HorizontalBarChartDataSet
- java.lang.Object
-
- org.primefaces.model.charts.ChartDataSet
-
- org.primefaces.model.charts.bar.BarChartDataSet
-
- org.primefaces.model.charts.hbar.HorizontalBarChartDataSet
-
- All Implemented Interfaces:
Serializable
public class HorizontalBarChartDataSet extends BarChartDataSet
Used to provide DataSet objects to HorizontalBar chart component.
-
-
Constructor Summary
Constructors Constructor Description HorizontalBarChartDataSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type-
Methods inherited from class org.primefaces.model.charts.bar.BarChartDataSet
encode, getBackgroundColor, getBorderColor, getBorderSkipped, getBorderWidth, getData, getHoverBackgroundColor, getHoverBorderColor, getHoverBorderWidth, getLabel, getStack, getXaxisID, getYaxisID, setBackgroundColor, setBorderColor, setBorderSkipped, setBorderWidth, setData, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderWidth, setLabel, setStack, setXaxisID, setYaxisID
-
Methods inherited from class org.primefaces.model.charts.ChartDataSet
isHidden, setHidden
-
-
-
-
Method Detail
-
getType
public String getType()
Gets the type- Overrides:
getType
in classBarChartDataSet
- Returns:
- type of current chart
-
-