'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Controls the stroke style of the errors.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property ErrorStrokeStyle As NStrokeStyle
'Usage
Dim instance As NBarSeries Dim value As NStrokeStyle instance.ErrorStrokeStyle = value value = instance.ErrorStrokeStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Controls the stroke style of the errors.")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NStrokeStyle ErrorStrokeStyle {get; set;}