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


In This Topic
    CellCount Property
    In This Topic
    Gets or sets the number of cells contained in this indicator
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the number of cells contained in this indicator")>
    <System.ComponentModel.DefaultValueAttribute(6)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property CellCount As System.Integer
    'Usage
     
    
    Dim instance As NNumericDisplayPanel
    Dim value As System.Integer
     
    instance.CellCount = value
     
    value = instance.CellCount
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the number of cells contained in this indicator")]
    [System.ComponentModel.DefaultValue(6)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int CellCount {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