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


In This Topic
    PointIndex Property (MapAreaInfo)
    In This Topic
    Gets or sets the data point index in a series.
    Syntax
    'Declaration
     
    
    Public Property PointIndex As Integer
    'Usage
     
    
    Dim instance As MapAreaInfo
    Dim value As Integer
     
    instance.PointIndex = value
     
    value = instance.PointIndex
    public int PointIndex {get; set;}
    See Also