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


In This Topic
    ValueFormatter Property (NNumericDisplayPanel)
    In This Topic
    Gets or sets the NValueFormatter object used to format the panel value object.
    Syntax
    'Declaration
     
    
    Public Property ValueFormatter As NValueFormatter
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As NValueFormatter
     
    instance.ValueFormatter = value
     
    value = instance.ValueFormatter
    public NValueFormatter ValueFormatter {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