Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
Wiki Markup
{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.{excerpt}
{signature:C#}
 public boolean HasSmoothedLine{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property HasSmoothedLine() As Boolean
{signature}