ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie3DShape Class / EdgeSmoothing Property


In This Topic
    EdgeSmoothing Property (Pie3DShape)
    In This Topic
    Gets or sets the smoothing of object edges.
    Syntax
    'Declaration
     
    
    Public Property EdgeSmoothing As Double
    'Usage
     
    
    Dim instance As Pie3DShape
    Dim value As Double
     
    instance.EdgeSmoothing = value
     
    value = instance.EdgeSmoothing
    public double EdgeSmoothing {get; set;}
    See Also