ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("ZigZag.Distance", "Gets or sets distance between high and low.")>
    Public Property Distance As Integer
    [C1Description("ZigZag.Distance", "Gets or sets distance between high and low.")]
    public int Distance {get; set;}
    See Also