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


In This Topic
    CandleDepthPercent Property
    In This Topic
    Controls the candle depth in percents of the chart floor grid depth.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the candle depth in percents of the chart floor grid depth.")>
    <System.ComponentModel.DefaultValueAttribute(50)>
    Public Property CandleDepthPercent As System.Single
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As System.Single
     
    instance.CandleDepthPercent = value
     
    value = instance.CandleDepthPercent
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the candle depth in percents of the chart floor grid depth.")]
    [System.ComponentModel.DefaultValue(50)]
    public System.float CandleDepthPercent {get; set;}
    Remarks
    Valid only if the CandleStyle property is set to Bar. By default set to 50.
    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