Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / QuartileMethod Property


In This Topic
    QuartileMethod Property (BoxWhiskerSeries)
    In This Topic
    Gets or sets the calculation type.
    Syntax
    'Declaration
     
    
    Public Property QuartileMethod As QuartileMethodType
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim value As QuartileMethodType
     
    instance.QuartileMethod = value
     
    value = instance.QuartileMethod
    public QuartileMethodType QuartileMethod {get; set;}
    See Also