'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;}