Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAreaSeries Class / CloseContour Property


In This Topic
    CloseContour Property (PolarAreaSeries)
    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 PolarAreaSeries
    Dim value As Boolean
     
    instance.CloseContour = value
     
    value = instance.CloseContour
    public bool CloseContour {get; set;}
    See Also