'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the combine mode of the radar area series.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property MultiAreaMode As MultiAreaMode
'Usage
Dim instance As NRadarAreaSeries Dim value As MultiAreaMode instance.MultiAreaMode = value value = instance.MultiAreaMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the combine mode of the radar area series.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public MultiAreaMode MultiAreaMode {get; set;}