FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / FinancialChartOptions Class / RangeMode Property

In This Topic
    RangeMode Property (FinancialChartOptions)
    In This Topic
    Specifies the C1.Chart.Finance.RangeModeRangeMode for the Kagi and Renko charts. The default value is RangeMode.Fixed.
    Syntax
    'Declaration
     
    Public Property RangeMode As RangeMode
    public RangeMode RangeMode {get; set;}
    See Also