Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns returns whether data points in a scatter seriesline, scatter, or radar chart are connected by smoothed lines, that is, whether interpolated values, rather than real values, are displayedor whether the data points are connected by straight lines.

Signature
C#
C#
 public boolean HasSmoothedLine{ get; set; }

...