'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;}