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


In This Topic
    CellCountMode Property
    In This Topic
    Gets or sets the cell count mode of this display.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property CellCountMode As DisplayCellCountMode
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As DisplayCellCountMode
     
    instance.CellCountMode = value
     
    value = instance.CellCountMode
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public DisplayCellCountMode CellCountMode {get; set;}
    Remarks
    When set to DisplayCellCountMode.Fixed the display will not change the number of cells depending on the value formatted as text.
    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