'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the style of the lines.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property LineStyle As LineSeriesStyle
'Usage Dim instance As LineSeries Dim value As LineSeriesStyle instance.LineStyle = value value = instance.LineStyle
[Category("Options")] [Description("Controls the style of the lines.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LineSeriesStyle LineStyle {get; set;}