'Declaration <DescriptionAttribute("Instructs the polar series to connect the first and last polar points.")> <CategoryAttribute("Options")> <DefaultValueAttribute()> Public Property CloseContour As Boolean
'Usage Dim instance As PolarSeries Dim value As Boolean instance.CloseContour = value value = instance.CloseContour
[Description("Instructs the polar series to connect the first and last polar points.")] [Category("Options")] [DefaultValue()] public bool CloseContour {get; set;}