Nevron .NET Vision
Nevron.Chart Namespace / NAxisPagingView Class / Enabled Property


In This Topic
    Enabled Property (NAxisPagingView)
    In This Topic
    Gets or sets a value indicating whether this view is enabled or not
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether this view is enabled or not")>
    Public Property Enabled As System.Boolean
    'Usage
     
    
    Dim instance As NAxisPagingView
    Dim value As System.Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(false)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets a value indicating whether this view is enabled or not")]
    public System.bool Enabled {get; set;}
    Remarks
    When set to false no paging is applied on the calculated axis scale range
    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