Xceed Chart for WinForms v4.4 Documentation
CandleStyle Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > StockSeries Class : CandleStyle Property
Controls the shape of the candle.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the shape of the candle")>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
Public Property CandleStyle As CandleStyle
'Usage
 
Dim instance As StockSeries
Dim value As CandleStyle
 
instance.CandleStyle = value
 
value = instance.CandleStyle
[Description("Controls the shape of the candle")]
[Category("Options")]
[DefaultValue()]
public CandleStyle CandleStyle {get; set;}
Remarks
By default set to Bar.
Example
Change the style of a stock series to Stick.
stock.CandleStyle = CandleStyle.Stick
stock.CandleStyle = CandleStyle.Stick;
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