Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BarSeries Class / BottomBevelArray Property


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