ComponentOne FinancialChart for WPF
MarkStartAngle Property



C1.WPF Namespace > C1RadialNumericItem Class : MarkStartAngle Property
Gets or sets a value that indicates the angle to position the first mark.
Syntax
'Declaration
 
Public Property MarkStartAngle As Double
'Usage
 
Dim instance As C1RadialNumericItem
Dim value As Double
 
instance.MarkStartAngle = value
 
value = instance.MarkStartAngle
public double MarkStartAngle {get; set;}
public:
property double MarkStartAngle {
   double get();
   void set (    double value);
}
See Also

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members