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#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public System.String ScatterValues{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property ScatterValues() As String</p>String
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.