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 the range of cells containing the values of a chart data series.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the range of cells containing the values of a chart data series.{excerpt}
{signature:C#}
 public System.String Values{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Values() As String
Remarks
The values of a chart data series denote the position of each data point along the primary or secondary Value Axis, as appropriate. For most charts the value axes are vertical.
{signature}
{remarks}
The values of a chart data series denote the position of each data point along the primary or secondary Value Axis, as appropriate.  For most charts the value axes are vertical.
{remarks}