Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowBarSeries Class / TopBevel Property


In This Topic
    TopBevel Property (HighLowBarSeries)
    In This Topic
    Gets or sets the top bevel.
    Syntax
    'Declaration
     
    Public Property TopBevel As Bevel
    'Usage
     
    Dim instance As HighLowBarSeries
    Dim value As Bevel
     
    instance.TopBevel = value
     
    value = instance.TopBevel
    public Bevel TopBevel {get; set;}
    See Also