ComponentOne Chart for WPF and Silverlight
IsClosed Property


C1.WPF.C1Chart Namespace > Lines Class : IsClosed Property
Gets or sets whether the figure from data points is closed.
Syntax
'Declaration
 
Public Property IsClosed As System.Boolean
'Usage
 
Dim instance As Lines
Dim value As System.Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
public System.bool IsClosed {get; set;}
See Also

Reference

Lines Class
Lines Members