ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLegend Class / RectFromSeries Method
Series index.

In This Topic
    RectFromSeries Method
    In This Topic
    Gets the minimal Rectangle that circumscribes the specified series entry in the legend.
    Syntax
    'Declaration
     
    Public Function RectFromSeries( _
       ByVal seriesIndex As System.Integer _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle RectFromSeries( 
       System.int seriesIndex
    )

    Parameters

    seriesIndex
    Series index.

    Return Value

    Rectangle.
    See Also