'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the width of the line in model units.")> <DefaultValueAttribute(1)> Public Property LineWidth As Single
'Usage Dim instance As LineSeries Dim value As Single instance.LineWidth = value value = instance.LineWidth
[Category("Options")] [Description("Controls the width of the line in model units.")] [DefaultValue(1)] public float LineWidth {get; set;}