Gets the specified ChartGroup by numeric index.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public ChartGroup this[
	int index
] { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ChartGroup
	Get

Parameters

index
Type: System..::..Int32

See Also