ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / FinancialChartOptions Class / RangeMode Property

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