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


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