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


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