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