'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether the series forms a closed contour.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property CloseContour As System.Boolean
'Usage
Dim instance As NPolarLineSeries Dim value As System.Boolean instance.CloseContour = value value = instance.CloseContour
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets a value indicating whether the series forms a closed contour.")] [System.ComponentModel.DefaultValue(false)] public System.bool CloseContour {get; set;}