Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / 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 (IChart)
    In This Topic
    Creates a connector. Returns the IShape object that represents the new connector.
    Syntax
    IShape AddConnectorInPixel( 
       ConnectorType type,
       System.double beginX,
       System.double beginY,
       System.double endX,
       System.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