Class TypedDataset

    • Method Detail

      • getScope

        public final String getScope()
        Description copied from interface: HasCallbackScope
        Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
        Specified by:
        getScope in interface HasCallbackScope
        Returns:
        the scope of the options
      • getType

        public final Type getType()
        Returns the data set type.
        Returns:
        the data set type
      • setShowLine

        public void setShowLine​(boolean showLine)
        Sets if the line is not drawn for this data set.
        Parameters:
        showLine - false if the line is not drawn for this data set.
      • isShowLine

        public boolean isShowLine()
        Returns if the line is not drawn for this data set.
        Specified by:
        isShowLine in interface IsDefaultTypedDataset
        Returns:
        false if the line is not drawn for this data set.