Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / ChartDataSetting Class / ShowHiddenData Property
Example


In This Topic
    ShowHiddenData Property
    In This Topic
    Gets or sets a value that indicates whether the chart displays all hidden data.
    Syntax
    'Declaration
     
    
    Public Property ShowHiddenData As Boolean
    'Usage
     
    
    Dim instance As ChartDataSetting
    Dim value As Boolean
     
    instance.ShowHiddenData = value
     
    value = instance.ShowHiddenData
    public bool ShowHiddenData {get; set;}

    Property Value

    true if chart displays all hidden data; otherwise, false.
    Example
    This example sets the ShowHiddenData property.
    See Also