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