Nevron .NET Vision
Nevron.Chart Namespace / NNumericDisplayPanel Class / EnableDecimalFormatting Property


In This Topic
    EnableDecimalFormatting Property
    In This Topic
    Gets or sets a value whether the panel will use decimal related properties to format the cells displaying decimal values
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property EnableDecimalFormatting As System.Boolean
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As System.Boolean
     
    instance.EnableDecimalFormatting = value
     
    value = instance.EnableDecimalFormatting
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool EnableDecimalFormatting {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also