Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / StockSeries 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
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the candle depth in percents of the chart floor grid depth.")>
    <DefaultValueAttribute(50)>
    Public Property CandleDepthPercent As Integer
    'Usage
     
    Dim instance As StockSeries
    Dim value As Integer
     
    instance.CandleDepthPercent = value
     
    value = instance.CandleDepthPercent
    [Category("Options")]
    [Description("Controls the candle depth in percents of the chart floor grid depth.")]
    [DefaultValue(50)]
    public int 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