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


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