[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StripeCollection.Item

this Property

this[int]

Gets or sets the stripe at the specified index.

Declaration
public Stripe this[int index] { get; set; }
Public Default Property Item(index As Integer) As Stripe
Parameters
Type Name Description
int index

Index of stripe.

Property Value
Type Description
Stripe

Stripe at the specified index.

Implements