Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BoxWhiskerSeries Class / QuartileMethod Property
Example


In This Topic
    QuartileMethod Property
    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;}
    Example
    This example sets the QuartileMethod property.
    See Also