Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / QuartileMethod Property


In This Topic
    QuartileMethod Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property QuartileMethod As BoxWhiskerQuartileMethodType
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As BoxWhiskerQuartileMethodType
     
    instance.QuartileMethod = value
     
    value = instance.QuartileMethod
    public BoxWhiskerQuartileMethodType QuartileMethod {get; set;}
    See Also