'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the bar width mode when the bar is in scatter mode.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BarWidthMode As BarWidthMode
'Usage
Dim instance As NBarSeriesBase Dim value As BarWidthMode instance.BarWidthMode = value value = instance.BarWidthMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the bar width mode when the bar is in scatter mode.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BarWidthMode BarWidthMode {get; set;}