ComponentOne FinancialChart for WPF
GaugeStartAngle Property



C1.WPF Namespace > C1RadialNumericItem Class : GaugeStartAngle Property
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

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members