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



In This Topic
    Interval Property (C1RadialNumericItem)
    In This Topic
    Value interval to generate items if Items collection is empty.
    Syntax
    'Declaration
     
    
    Public Property Interval As Double
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    Dim value As Double
     
    instance.Interval = value
     
    value = instance.Interval
    public double Interval {get; set;}
    public:
    property double Interval {
       double get();
       void set (    double value);
    }
    See Also