Nevron.Chart Namespace / NFloatBarSeries Class / MultiFloatBarMode Property


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