Page tree

Versions Compared

Key

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

...

Description

Excerpt

Sets or returns the range of cells containing the x-values of a scatter or bubble chart data series.

Signature
C#
C#
public System.String ScatterValues{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property ScatterValues() As String
{signature}
{remarks}
This property will return null for {{Series}} that do not represent Scatter or Bubble series, and its value (if set) will only have an effect on Scatter or Bubble series.  When appropriate, the {{ScatterValues}} defines the location on the {{[ScatterValueAxis|Chart.ScatterValueAxis]}} for the series.  The {{ScatterValueAxis}} is displayed horizontally.
{remarks}
Remarks

This property will return null for Series that do not represent Scatter or Bubble series, and its value (if set) will only have an effect on Scatter or Bubble series. When appropriate, the ScatterValues defines the location on the ScatterValueAxis for the series. The ScatterValueAxis is displayed horizontally.