'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property BarDepth As NLength
'Usage
Dim instance As NBarSeriesBase Dim value As NLength instance.BarDepth = value value = instance.BarDepth
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the depth of the bars in model units, when the series is in Z scatter mode.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength BarDepth {get; set;}