GrapeCity.Xaml.Excel
Smoothing Property (ExcelLineChart)


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

Reference

ExcelLineChart Class
ExcelLineChart Members