'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the mode in which the radar chart operates.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property RadarMode As RadarMode
'Usage
Dim instance As NRadarChart Dim value As RadarMode instance.RadarMode = value value = instance.RadarMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the mode in which the radar chart operates.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public RadarMode RadarMode {get; set;}