Nevron .NET Vision
Nevron.Chart Namespace / NRadarAxis Class / Title Property


In This Topic
    Title Property (NRadarAxis)
    In This Topic
    Gets or sets the title of the axis
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("Controls the title of the axis")>
    Public Property Title As System.String
    'Usage
     
    
    Dim instance As NRadarAxis
    Dim value As System.String
     
    instance.Title = value
     
    value = instance.Title
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Text")]
    [System.ComponentModel.Description("Controls the title of the axis")]
    public System.string Title {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