Nevron .NET Vision
Nevron.Chart Namespace / NHighLowSeries Class / AppearanceMode Property


In This Topic
    AppearanceMode Property (NHighLowSeries)
    In This Topic
    Controls the appearance mode of the high low series.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the appearance mode of the high low series.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property AppearanceMode As SeriesAppearanceMode
    'Usage
     
    
    Dim instance As NHighLowSeries
    Dim value As SeriesAppearanceMode
     
    instance.AppearanceMode = value
     
    value = instance.AppearanceMode
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the appearance mode of the high low series.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SeriesAppearanceMode AppearanceMode {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