Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Smooth Property


In This Topic
    Smooth Property
    In This Topic
    Gets or sets a value indicating whether curve smoothing is turned on for the line chart or scatter chart.
    Syntax
    'Declaration
     
    Property Smooth As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    instance.Smooth = value
     
    value = instance.Smooth
    bool Smooth {get; set;}
    Remarks
    Applies only to line and scatter charts.
    See Also