ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialNumericItem Class / GaugeStartAngle Property



In This Topic
    GaugeStartAngle Property
    In This Topic
    Gets or sets a value that indicates the angle to position the radial gauge beginning.
    Syntax
    'Declaration
     
    
    Public Property GaugeStartAngle As Double
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    Dim value As Double
     
    instance.GaugeStartAngle = value
     
    value = instance.GaugeStartAngle
    public double GaugeStartAngle {get; set;}
    public:
    property double GaugeStartAngle {
       double get();
       void set (    double value);
    }
    See Also