Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ChartStateEventArgs Class / Data Property


In This Topic
    Data Property (ChartStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the chart's data is changed.
    Syntax
    'Declaration
     
    
    Public Property Data As Boolean
    'Usage
     
    
    Dim instance As ChartStateEventArgs
    Dim value As Boolean
     
    instance.Data = value
     
    value = instance.Data
    public bool Data {get; set;}
    See Also