'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the combination mode of the bar series.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property MultiBarMode As MultiBarMode
'Usage
Dim instance As NBarSeries Dim value As MultiBarMode instance.MultiBarMode = value value = instance.MultiBarMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the combination mode of the bar series.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public MultiBarMode MultiBarMode {get; set;}