ComponentOne Chart for WPF and Silverlight
IsFilled Property


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

Reference

Lines Class
Lines Members