Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / Stripes Property


In This Topic
    Stripes Property (IndexAxis)
    In This Topic
    Gets the collection of stripes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Stripes As StripeCollection
    'Usage
     
    
    Dim instance As IndexAxis
    Dim value As StripeCollection
     
    value = instance.Stripes
    public StripeCollection Stripes {get;}
    See Also