Nevron.Chart Namespace / NStockSeries Class / CandleStyle Property


In This Topic
    CandleStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the shape of the candle")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CandleStyle As CandleStyle
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As CandleStyle
     
    instance.CandleStyle = value
     
    value = instance.CandleStyle
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the shape of the candle")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public CandleStyle CandleStyle {get; set;}
    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