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