GrapeCity.Xaml.Excel
Smoothing Property (ExcelScatterSeries)


GrapeCity.Excel.Chart Namespace > ExcelScatterSeries Class : Smoothing Property
Specifies the line connection the points on the chart shall be smoothed using Catmull-Rom splines.
Syntax
'Declaration
 
Public Property Smoothing As Boolean
'Usage
 
Dim instance As ExcelScatterSeries
Dim value As Boolean
 
instance.Smoothing = value
 
value = instance.Smoothing
public bool Smoothing {get; set;}
See Also

Reference

ExcelScatterSeries Class
ExcelScatterSeries Members