'Declaration
<System.ComponentModel.CategoryAttribute("Title")> <System.ComponentModel.DescriptionAttribute("Controls the angle of the title text")> Public Property TitleAngle As NScaleLabelAngle
'Usage
Dim instance As NRadarAxis Dim value As NScaleLabelAngle instance.TitleAngle = value value = instance.TitleAngle
[System.ComponentModel.Category("Title")] [System.ComponentModel.Description("Controls the angle of the title text")] public NScaleLabelAngle TitleAngle {get; set;}