Nevron .NET Vision
Nevron.Chart Namespace / NErrorBarSeries Class / ShowUpperErrorY Property


In This Topic
    ShowUpperErrorY Property
    In This Topic
    Controls the visibility of the upper Y errors.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the visibility of the upper Y errors.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ShowUpperErrorY As System.Boolean
    'Usage
     
    
    Dim instance As NErrorBarSeries
    Dim value As System.Boolean
     
    instance.ShowUpperErrorY = value
     
    value = instance.ShowUpperErrorY
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the visibility of the upper Y errors.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ShowUpperErrorY {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