Nevron .NET Vision
Nevron.Chart Namespace / NAxis Class / IsUsed Property


In This Topic
    IsUsed Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the collection of axis stripes")>
    Public ReadOnly Property IsUsed As System.Boolean
    'Usage
     
    
    Dim instance As NAxis
    Dim value As System.Boolean
     
    value = instance.IsUsed
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the collection of axis stripes")]
    public System.bool IsUsed {get;}
    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