Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartDataSetting Class / NotANumberAsZero Property


In This Topic
    NotANumberAsZero Property
    In This Topic
    Gets or gets not number as zero.
    Syntax
    'Declaration
     
    
    Public Property NotANumberAsZero As Boolean
    'Usage
     
    
    Dim instance As ChartDataSetting
    Dim value As Boolean
     
    instance.NotANumberAsZero = value
     
    value = instance.NotANumberAsZero
    public bool NotANumberAsZero {get; set;}

    Property Value

    true the not number value will be as zero; otherwise false
    See Also