com.vaadin.flow.component.charts.model.

Class Zones

  • All Implemented Interfaces:

    Serializable


    @Generated(value="This class is generated and shouldn\'t be modified",
               comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new")
    public class Zones
    extends AbstractConfigurationObject

    An array defining zones within a series. Zones can be applied to the X axis, Y axis or Z axis for bubbles, according to the zoneAxis option.

    In styled mode, the color zones are styled with the .highcharts-zone-{n} class, or custom classed from the className option (view live demo).

    See Also:

    Serialized Form

    • Constructor Detail

      • Zones

        public Zones()
    • Method Detail

      • setClassName

        public void setClassName(String className)

        Styled mode only. A custom class name for the zone.

      • setValue

        public void setValue(Number value)

        The value up to where the zone extends, if undefined the zones stretches to the last value in the series.

        Defaults to: undefined