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

Class Dial

  • 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 Dial
    extends AbstractConfigurationObject

    Options for the dial or arrow pointer of the gauge.

    In styled mode, the dial is styled with the .highcharts-gauge-series .highcharts-dial rule.

    See Also:

    Serialized Form

    • Constructor Detail

      • Dial

        public Dial()
    • Method Detail

      • setBaseLength

        public void setBaseLength(String baseLength)

        The length of the dial's base part, relative to the total radius or length of the dial.

        Defaults to: 70%

      • setBaseWidth

        public void setBaseWidth(Number baseWidth)

        The pixel width of the base of the gauge dial. The base is the part closest to the pivot, defined by baseLength.

        Defaults to: 3

      • setRadius

        public void setRadius(String radius)

        The radius or length of the dial, in percentages relative to the radius of the gauge itself.

        Defaults to: 80%

      • setRearLength

        public void setRearLength(String rearLength)

        The length of the dial's rear end, the part that extends out on the other side of the pivot. Relative to the dial's length.

        Defaults to: 10%

      • setTopWidth

        public void setTopWidth(Number topWidth)

        The width of the top of the dial, closest to the perimeter. The pivot narrows in from the base to the top.

        Defaults to: 1