'Declaration
<System.ComponentModel.CategoryAttribute("Title")> <System.ComponentModel.DescriptionAttribute("Whether the axis title uses automatic (left, right, center) alignment depending on the axis orientation")> Public Property TitleAutomaticAlignment As System.Boolean
'Usage
Dim instance As NRadarAxis Dim value As System.Boolean instance.TitleAutomaticAlignment = value value = instance.TitleAutomaticAlignment
[System.ComponentModel.Category("Title")] [System.ComponentModel.Description("Whether the axis title uses automatic (left, right, center) alignment depending on the axis orientation")] public System.bool TitleAutomaticAlignment {get; set;}