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


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