Description
Sets or returns returns whether data points in a line, scatter, or radar chart are connected by smoothed lines, or whether the data points are connected by straight lines.C#
public boolean HasSmoothedLine{ get ; set ; } |
vb.net
Public Property HasSmoothedLine() As Boolean |