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


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