Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ExpandSeriesEventArgs Class / AppendOnExist Property


In This Topic
    AppendOnExist Property
    In This Topic
    Gets or sets whether new series is added to the existing composite series
    Syntax
    'Declaration
     
    
    Public Property AppendOnExist As Boolean
    'Usage
     
    
    Dim instance As ExpandSeriesEventArgs
    Dim value As Boolean
     
    instance.AppendOnExist = value
     
    value = instance.AppendOnExist
    public bool AppendOnExist {get; set;}
    See Also