Spread Windows Forms 8.0 Product Documentation
ShowHiddenData Property


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ChartDataSetting Class
ChartDataSetting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.