ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialExtraOptions Class / KagiRangeMode Property

In This Topic
    KagiRangeMode Property (FinancialExtraOptions)
    In This Topic
    Specifies the RangeMode for the Kagi chart.
    Syntax
    'Declaration
     
    Public Property KagiRangeMode As RangeMode
    public RangeMode KagiRangeMode {get; set;}
    Remarks
    The default value is RangeMode.Fixed.
    See Also