Xceed Chart for WinForms v4.4 Documentation
CandleWidth Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > StockSeries Class : CandleWidth Property
Controls the width of the candle in model units.
Syntax
'Declaration
 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the width of the candle in model units.")>
<DefaultValueAttribute()>
Public Property CandleWidth As Single
'Usage
 
Dim instance As StockSeries
Dim value As Single
 
instance.CandleWidth = value
 
value = instance.CandleWidth
[Category("Options")]
[Description("Controls the width of the candle in model units.")]
[DefaultValue()]
public float 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

Reference

StockSeries Class
StockSeries Members