Class XRangePlotOptions

    • Constructor Detail

      • XRangePlotOptions

        public XRangePlotOptions()
    • Method Detail

      • getPartialFill

        public XRangePartialFill getPartialFill()
        Returns a partial fill for each point, if any. Otherwise, create a new one. Typically used to visualize how much of a task is performed. The partial fill object can be set either on series or point level.
      • setPartialFill

        public void setPartialFill​(XRangePartialFill partialFill)
        Sets a partial fill for each point. Typically used to visualize how much of a task is performed. The partial fill object can be set either on series or point level.
      • setPartialFill

        public void setPartialFill​(Number amount)
        Sets a partial fill with an amount for each point. Typically used to visualize how much of a task is performed. The partial fill object can be set either on series or point level.