Xceed Chart for WinForms v4.4 Documentation
CandleDepthPercent Property


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

Reference

StockSeries Class
StockSeries Members