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


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