Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the Trendlines collection for the series. A trendline graphically shows trends in a data series, such as increased sales over a period of months.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the [Trendlines|Trendlines] collection for the series. A trendline graphically shows trends in a data series, such as increased sales over a period of months.{excerpt}
{signature:C#}
 public Trendlines Trendlines{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Trendlines() As Trendlines
Remarks
An exception will be thrown if the current series does not support trendlines. The following types of series do not support trendlines:
{signature}
{remarks}An exception will be thrown if the current series does not support trendlines. The following types of series do not support trendlines:

{remarks}