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


In This Topic
    CandleWidth Property
    In This Topic
    Controls the width of the candle in model units.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the width of the candle in model units.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property CandleWidth As NLength
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As NLength
     
    instance.CandleWidth = value
     
    value = instance.CandleWidth
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the width of the candle in model units.")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength CandleWidth {get; set;}
    Remarks
    By default set to 2.5f.
    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