ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Lines Class / IsFilled Property


In This Topic
    IsFilled Property (Lines)
    In This Topic
    Gets or sets whether the area inside points is filled.
    Syntax
    'Declaration
     
    
    Public Property IsFilled As Boolean
    'Usage
     
    
    Dim instance As Lines
    Dim value As Boolean
     
    instance.IsFilled = value
     
    value = instance.IsFilled
    public bool IsFilled {get; set;}
    See Also