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