ComponentOne FinancialChart for WPF
IsClosed Property



C1.WPF Namespace > C1PathIcon Class : IsClosed Property
Gets whether the last point will connect with the first one.
Syntax
'Declaration
 
Public Property IsClosed As Boolean
'Usage
 
Dim instance As C1PathIcon
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
public bool IsClosed {get; set;}
public:
property bool IsClosed {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1PathIcon Class
C1PathIcon Members