Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartMapArea Class / Name Property


In This Topic
    Name Property (ChartMapArea)
    In This Topic
    Gets or sets the name of an area.
    Syntax
    'Declaration
     
    
    Public Overrides Property Name As String
    'Usage
     
    
    Dim instance As ChartMapArea
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public override string Name {get; set;}
    See Also