ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / ZigZag Class / Distance Property



In This Topic
    Distance Property (ZigZag)
    In This Topic
    Gets or sets distance between high and low.
    Syntax
    'Declaration
     
    
    Public Property Distance As Integer
    'Usage
     
    
    Dim instance As ZigZag
    Dim value As Integer
     
    instance.Distance = value
     
    value = instance.Distance
    public int Distance {get; set;}
    public:
    property int Distance {
       int get();
       void set (    int value);
    }
    See Also