'Declaration <DescriptionAttribute("Gives access to the LineProperties object controlling the line properties applied on the chart wall border")> <CategoryAttribute("Appearance")> Public Property Border As LineProperties
'Usage Dim instance As ChartWall Dim value As LineProperties instance.Border = value value = instance.Border
[Description("Gives access to the LineProperties object controlling the line properties applied on the chart wall border")] [Category("Appearance")] public LineProperties Border {get; set;}