Class ChartDataSet

java.lang.Object
org.primefaces.model.charts.ChartDataSet
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BarChartDataSet, BubbleChartDataSet, LineChartDataSet, PieChartDataSet, PolarAreaChartDataSet, RadarChartDataSet

@Deprecated(since="14.0.0", forRemoval=true) public abstract class ChartDataSet extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
please use new p:chart component
Abstract base class for all ChartJS datasets.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Marks this dataset as hidden.
    void
    setHidden(boolean hidden)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Marks this dataset as hidden.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartDataSet

      public ChartDataSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • encode

      public String encode() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • isHidden

      public boolean isHidden()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Marks this dataset as hidden. Default is false.
      Returns:
      true if this dataset is hidden
    • setHidden

      public void setHidden(boolean hidden)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Marks this dataset as hidden. Default is false.
      Parameters:
      hidden - true to hide the dataset