Nevron .NET Vision
Nevron.Chart Namespace / NKagiSeries Class / ReversalAmount Property


In This Topic
    ReversalAmount Property (NKagiSeries)
    In This Topic
    Gets or sets the reversal amount for the kagi chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the reversal amount for the Kagi chart.")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property ReversalAmount As System.Double
    'Usage
     
    
    Dim instance As NKagiSeries
    Dim value As System.Double
     
    instance.ReversalAmount = value
     
    value = instance.ReversalAmount
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the reversal amount for the Kagi chart.")]
    [System.ComponentModel.DefaultValue(1)]
    public System.double ReversalAmount {get; set;}
    Remarks
    Price moves in the opposite direction to the current column's direction are ignored if the amount of the change is below the reversal amount.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also