Gets the minimal Rectangle that circumscribes the specified series entry in the legend.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public Rectangle RectFromSeries(
	int seriesIndex
)
Visual Basic
Public Function RectFromSeries ( _
	seriesIndex As Integer _
) As Rectangle

Parameters

seriesIndex
Type: System..::..Int32
Series index.

Return Value

Rectangle.

See Also