Class Path

    • Constructor Detail

      • Path

        public Path()
    • Method Detail

      • getDefinition

        public String getDefinition()
        Returns the definition defines a path to be drawn. It corresponds d SVG attribute.

        Default: null

      • setDefinition

        public void setDefinition​(String definition)
        Sets the definition defines a path to be drawn. It corresponds d SVG attribute.
      • getMax

        public Number getMax()
        Returns the max option determines height of the image. It is the ratio of yAxis.max to the paths.max.

        Defaults: yAxis.max

      • setMax

        public void setMax​(Number max)
        Sets the max option determines height of the image. It is the ratio of yAxis.max to the paths.max.