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


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