Nevron .NET Vision
Nevron.Chart Namespace / NPointAndFigureSeries Class / BoxSize Property


In This Topic
    BoxSize Property (NPointAndFigureSeries)
    In This Topic
    Gets or sets the box size for the point and figure series.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the box size for the point and figure series")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property BoxSize As System.Double
    'Usage
     
    
    Dim instance As NPointAndFigureSeries
    Dim value As System.Double
     
    instance.BoxSize = value
     
    value = instance.BoxSize
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Gets or sets the box size for the point and figure series")]
    [System.ComponentModel.DefaultValue(1)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.double BoxSize {get; set;}
    Remarks
    Point and Figure charts display an "X" when prices rise by the box size and display an "O" when prices fall by the box size. No Xs or Os are drawn if prices rise or fall by an amount that is less than the box size.
    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