ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / StepLines Class / Smoothed Property


In This Topic
    Smoothed Property (StepLines)
    In This Topic
    Gets or sets whether the points are connected with smooth lines.
    Syntax
    'Declaration
     
    
    Public Property Smoothed As Boolean
    'Usage
     
    
    Dim instance As StepLines
    Dim value As Boolean
     
    instance.Smoothed = value
     
    value = instance.Smoothed
    public bool Smoothed {get; set;}
    See Also