Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IBoxWhiskerOptions Interface / QuartileCalculation Property


In This Topic
    QuartileCalculation Property
    In This Topic
    Gets or sets the quartile calculation type of a box and whisker chart.
    Syntax
    'Declaration
     
    Property QuartileCalculation As QuartileMethod
    'Usage
     
    Dim instance As IBoxWhiskerOptions
    Dim value As QuartileMethod
     
    instance.QuartileCalculation = value
     
    value = instance.QuartileCalculation
    QuartileMethod QuartileCalculation {get; set;}
    See Also