ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / StepArea Class / IsClosed Property


In This Topic
    IsClosed Property (StepArea)
    In This Topic
    Gets or sets whether the figure from data points is closed.
    Syntax
    'Declaration
     
    
    Public Property IsClosed As Boolean
    'Usage
     
    
    Dim instance As StepArea
    Dim value As Boolean
     
    instance.IsClosed = value
     
    value = instance.IsClosed
    public bool IsClosed {get; set;}
    See Also