Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / SeriesIndex Property


In This Topic
    SeriesIndex Property (MapAreaInfo)
    In This Topic
    Gets or sets the series index in the Series collection of plotarea.
    Syntax
    'Declaration
     
    
    Public Property SeriesIndex As Integer
    'Usage
     
    
    Dim instance As MapAreaInfo
    Dim value As Integer
     
    instance.SeriesIndex = value
     
    value = instance.SeriesIndex
    public int SeriesIndex {get; set;}
    See Also