Class PointAccessibility

    • Constructor Detail

      • PointAccessibility

        public PointAccessibility()
    • Method Detail

      • getDescription

        public String getDescription()
        Returns the description of the data point, announced to screen readers.

        Default: null

      • setDescription

        public void setDescription​(String description)
        Sets the description of the data point, announced to screen readers.

        Default: null

      • isEnabled

        public Boolean isEnabled()
        Returns whether to disable accessibility functionality for a specific point. The point will not be included in keyboard navigation, and will not be exposed to assistive technology.

        Default: null

      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets whether to disable accessibility functionality for a specific point. The point will not be included in keyboard navigation, and will not be exposed to assistive technology.