Class OnPoint

  • All Implemented Interfaces:
    Serializable, OptionDataListener, org.zkoss.json.JSONAware

    public class OnPoint
    extends Optionable
    Options for the Series on point feature. Only pie and sunburst series are supported at this moment.
    Since:
    10.2.1.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • OnPoint

        public OnPoint()
    • Method Detail

      • getConnectorOptions

        public ConnectorOptions getConnectorOptions()
        Options for the connector in the Series on point feature.

        Default: an instance of ConnectorOptions.

        See Also:
        ConnectorOptions
      • setConnectorOptions

        public void setConnectorOptions​(ConnectorOptions connectorOptions)
        Options for the connector in the Series on point feature.

        Default: an instance of ConnectorOptions.

        See Also:
        ConnectorOptions
      • getId

        public String getId()
        The id of the point that we connect the series to. Only points with a given plotX and plotY values and map points are valid.

        Default: null.

      • setId

        public void setId​(String id)
        The id of the point that we connect the series to. Only points with a given plotX and plotY values and map points are valid.

        Default: null.

      • getPosition

        public Position getPosition()
        Options allowing to set a position and an offset of the series in the Series on point feature.

        Default: an instance of Position.

        See Also:
        Position
      • setPosition

        public void setPosition​(Position position)
        Options allowing to set a position and an offset of the series in the Series on point feature.

        Default: an instance of Position.

        See Also:
        Position