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