Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / DisplayHidden Property


In This Topic
    DisplayHidden Property (SpreadChart)
    In This Topic
    Gets or sets a value that indicates whether data in hidden cells is plotted.
    Syntax
    'Declaration
     
    Public Property DisplayHidden As Boolean
    'Usage
     
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.DisplayHidden = value
     
    value = instance.DisplayHidden
    public bool DisplayHidden {get; set;}

    Property Value

    true to plot the ; otherwise, false.
    See Also