Nevron .NET Vision
Nevron.Chart Namespace / NBarSeries Class / ErrorStrokeStyle Property


In This Topic
    ErrorStrokeStyle Property
    In This Topic
    Controls the stroke style of the errors
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also