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


In This Topic
    ReversalAmount Property (NPointAndFigureSeries)
    In This Topic
    Gets or sets the reversal amount for the point and figure series.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the reversal amount for the point and figure series")>
    <System.ComponentModel.DefaultValueAttribute(3)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ReversalAmount As System.Integer
    'Usage
     
    
    Dim instance As NPointAndFigureSeries
    Dim value As System.Integer
     
    instance.ReversalAmount = value
     
    value = instance.ReversalAmount
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the reversal amount for the point and figure series")]
    [System.ComponentModel.DefaultValue(3)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int ReversalAmount {get; set;}
    Remarks
    In order to change columns (e.g., from an X column to an O column), prices must reverse by the reversal amount multiplied by the box size.
    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