ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / Sweep Field


In This Topic
    Sweep Field
    In This Topic
    Gets or sets the sweep of the pie.
    Syntax
    'Declaration
     
    
    Public Sweep As Double
    'Usage
     
    
    Dim instance As PieInfo
    Dim value As Double
     
    value = instance.Sweep
     
    instance.Sweep = value
    public double Sweep
    See Also