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