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


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