Spread Windows Forms 12.0 Product Documentation
CloseContour Property (PolarLineSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PolarLineSeries Class : CloseContour Property
Gets or sets whether the last point is connected to the first point.
Syntax
'Declaration
 
Public Property CloseContour As Boolean
'Usage
 
Dim instance As PolarLineSeries
Dim value As Boolean
 
instance.CloseContour = value
 
value = instance.CloseContour
public bool CloseContour {get; set;}
See Also

Reference

PolarLineSeries Class
PolarLineSeries Members