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