Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / StateNotifyList Property


In This Topic
    StateNotifyList Property (ChartShape)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property StateNotifyList As ArrayList
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As ArrayList
     
    value = instance.StateNotifyList
    public override ArrayList StateNotifyList {get;}
    See Also