'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;}