'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the shape of the data points.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Shape As BarShape
'Usage
Dim instance As NRangeSeries Dim value As BarShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the shape of the data points.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BarShape Shape {get; set;}