Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / YSeries Class / CategoryNameArray Property


In This Topic
    CategoryNameArray Property (YSeries)
    In This Topic
    Gets or sets the string value that indicates all items of CategoryNames as an array.
    Syntax
    'Declaration
     
    
    Public Property CategoryNameArray As String
    'Usage
     
    
    Dim instance As YSeries
    Dim value As String
     
    instance.CategoryNameArray = value
     
    value = instance.CategoryNameArray
    public string CategoryNameArray {get; set;}
    Remarks
    This property is used to generate html markup and is not recommended for use at run-time.
    See Also