Spread for ASP.NET 10 Product Documentation
ChartDataSetting Constructor(EmptyValueStyle,Boolean,Boolean)


The empty value style.
if set to true [show hidden data].
The not number value style.
Initializes a new instance of the ChartDataSetting class.
Syntax
'Declaration
 
Public Function New( _
   ByVal emptyValueStyle As EmptyValueStyle, _
   ByVal showHiddenData As Boolean, _
   ByVal notNumberAsZero As Boolean _
)
'Usage
 
Dim emptyValueStyle As EmptyValueStyle
Dim showHiddenData As Boolean
Dim notNumberAsZero As Boolean
 
Dim instance As New ChartDataSetting(emptyValueStyle, showHiddenData, notNumberAsZero)
public ChartDataSetting( 
   EmptyValueStyle emptyValueStyle,
   bool showHiddenData,
   bool notNumberAsZero
)

Parameters

emptyValueStyle
The empty value style.
showHiddenData
if set to true [show hidden data].
notNumberAsZero
The not number value style.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ChartDataSetting Class
ChartDataSetting Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.