Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PieSeries Class / TopBevelArray Property


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