Nevron .NET Vision
Nevron.Chart Namespace / NSeriesTableScaleRow Class / ShowRightRowHeader Property


In This Topic
    ShowRightRowHeader Property
    In This Topic
    Gets or sets whether to show the right row headers
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Whether the table must show the right row headers")>
    Public Property ShowRightRowHeader As System.Boolean
    'Usage
     
    
    Dim instance As NSeriesTableScaleRow
    Dim value As System.Boolean
     
    instance.ShowRightRowHeader = value
     
    value = instance.ShowRightRowHeader
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Whether the table must show the right row headers")]
    public System.bool ShowRightRowHeader {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