GrapeCity.Xaml.Excel
Smoothing Property (IExcelLineChart)


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

Reference

IExcelLineChart Interface
IExcelLineChart Members