RangeMode Property (FinancialChartOptions)
In This Topic
Specifies the
RangeModeRangeMode for the Kagi and Renko charts. The default value is RangeMode.Fixed.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1DescriptionAttribute("FinancialChartOptions.RangeMode", "Specifies the RangeMode for the Kagi and Renko charts. The default value is RangeMode.Fixed.")>
Public Property RangeMode As RangeMode
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Description("FinancialChartOptions.RangeMode", "Specifies the RangeMode for the Kagi and Renko charts. The default value is RangeMode.Fixed.")]
public RangeMode RangeMode {get; set;}
See Also