Nevron .NET Vision
Nevron.Chart Namespace / NBoxAndWhiskersSeries Class / BoxWidthPercent Property


In This Topic
    BoxWidthPercent Property (NBoxAndWhiskersSeries)
    In This Topic
    Gets or sets the width of the boxes in percents of the floor grid cell width.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the width of the boxes in percents of the floor grid cell width")>
    <System.ComponentModel.DefaultValueAttribute(70)>
    Public Property BoxWidthPercent As System.Single
    'Usage
     
    
    Dim instance As NBoxAndWhiskersSeries
    Dim value As System.Single
     
    instance.BoxWidthPercent = value
     
    value = instance.BoxWidthPercent
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the width of the boxes in percents of the floor grid cell width")]
    [System.ComponentModel.DefaultValue(70)]
    public System.float BoxWidthPercent {get; set;}
    Remarks
    By default set to 70.
    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