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


In This Topic
    DecimalCellSize Property
    In This Topic
    Specifies the size of the cells displaying decimal values in the display
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies the size of the cells in the contained in the indicator.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property DecimalCellSize As NSizeL
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As NSizeL
     
    instance.DecimalCellSize = value
     
    value = instance.DecimalCellSize
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies the size of the cells in the contained in the indicator.")]
    [System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NSizeL DecimalCellSize {get; set;}
    Remarks
    This property has effect only when the display uses decimal formatting
    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