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



In This Topic
    MarkStartAngle Property
    In This Topic
    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