ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / BoxWhisker Class / QuartileCalculation Property

In This Topic
    QuartileCalculation Property (BoxWhisker)
    In This Topic
    Gets or sets a value that specifies the quartile calculation for the Box-whisker series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("BoxWhisker.QuartileCalculation", "Gets or sets a value that specifies the quartile calculation for the Box-whisker series.")>
    Public Property QuartileCalculation As QuartileCalculation
    [C1Description("BoxWhisker.QuartileCalculation", "Gets or sets a value that specifies the quartile calculation for the Box-whisker series.")]
    public QuartileCalculation QuartileCalculation {get; set;}
    See Also