Nevron .NET Vision
Nevron.Chart Namespace / NStockSeries Class / GroupPercentWidth Property


In This Topic
    GroupPercentWidth Property
    In This Topic
    Gets or sets the group percent width
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Grouping")>
    <System.ComponentModel.DescriptionAttribute("Specifies the group percent width.")>
    Public Property GroupPercentWidth As System.Single
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As System.Single
     
    instance.GroupPercentWidth = value
     
    value = instance.GroupPercentWidth
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Grouping")]
    [System.ComponentModel.Description("Specifies the group percent width.")]
    public System.float GroupPercentWidth {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