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