Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarLineSeries Class / CloseContour Property


In This Topic
    CloseContour Property (PolarLineSeries)
    In This Topic
    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