Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / StockSeries Class / CandleWidth Property


In This Topic
    CandleWidth Property
    In This Topic
    Controls the width of the candle in model units.
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the width of the candle in model units.")>
    <DefaultValueAttribute(2.5)>
    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(2.5)]
    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