Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChart Interface / addConnectorInPixel Method
The connector type to add.
The horizontal position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.
The vertical position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.
The horizontal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.
The veritcal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.
In This Topic
    addConnectorInPixel Method
    In This Topic
    Creates a connector. Returns the IShape object that represents the new connector.
    Syntax
    IShape addConnectorInPixel( 
       ConnectorType type,
       double beginX,
       double beginY,
       double endX,
       double endY
    )

    Parameters

    type
    The connector type to add.
    beginX
    The horizontal position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.
    beginY
    The vertical position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.
    endX
    The horizontal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.
    endY
    The veritcal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.

    Return Value

    The IShape object.
    See Also