Class Series

    • Field Detail

      • name

        private final java.lang.String name
      • label

        private java.lang.String label
      • fillColor

        private java.awt.Color fillColor
      • showInLegend

        private boolean showInLegend
      • isEnabled

        private boolean isEnabled
      • yAxisGroup

        private int yAxisGroup
      • yAxisDecimalPattern

        private java.lang.String yAxisDecimalPattern
        the yAxis decimalPattern
    • Constructor Detail

      • Series

        protected Series​(java.lang.String name)
        Constructor
        Parameters:
        name - the name of the series
    • Method Detail

      • getFillColor

        public java.awt.Color getFillColor()
      • setFillColor

        public Series setFillColor​(java.awt.Color fillColor)
      • getName

        public java.lang.String getName()
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public Series setLabel​(java.lang.String label)
      • isShowInLegend

        public boolean isShowInLegend()
      • setShowInLegend

        public Series setShowInLegend​(boolean showInLegend)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public Series setEnabled​(boolean isEnabled)
      • getYAxisGroup

        public int getYAxisGroup()
      • setYAxisGroup

        public Series setYAxisGroup​(int yAxisGroup)
        Set the Y Axis Group the series should belong to
        Parameters:
        yAxisGroup -
      • getYAxisDecimalPattern

        public java.lang.String getYAxisDecimalPattern()
      • setYAxisDecimalPattern

        public Series setYAxisDecimalPattern​(java.lang.String yAxisDecimalPattern)