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