Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / Outliers Property


In This Topic
    Outliers Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Outliers As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.Outliers = value
     
    value = instance.Outliers
    public bool Outliers {get; set;}
    See Also