Page tree

Versions Compared

Key

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

...

Description

Excerpt

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.

Signature
C#
C#
public boolean HasSmoothedLine{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property HasSmoothedLine() As Boolean
{signature}