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


In This Topic
    AttachSignToNumber Property
    In This Topic
    Gets or sets value indicating whether the sign must be attached to the most significant digit of the displayed number
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AttachSignToNumber As System.Boolean
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As System.Boolean
     
    instance.AttachSignToNumber = value
     
    value = instance.AttachSignToNumber
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool AttachSignToNumber {get; set;}
    Remarks
    This property has effect only if SignMode is set to SignMode.Negative or SignMode.Always
    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