Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns a ValueAxis object representing the chart's

...

scatter

...

values

...

on

...

the

...

X

...

axis.

...

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 ValueAxis ScatterValueAxis{ get; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public ReadOnly Property ScatterValueAxis() As ValueAxis
{signature}
{remarks}
The scatter value axis is a horizontal axis, and should only be used when there are scatter series, _and only scatter series_ on the primary axis.  When there are a mix of scatter and non-scatter series on the primary axis, the [{{CategoryAxis}}|Chart.CategoryAxis] should be used instead.
{remarks}ValueAxis</p>
Remarks

The scatter value axis is a horizontal axis, and should only be used when there are scatter series, and only scatter series on the primary axis. When there are a mix of scatter and non-scatter series on the primary axis, the CategoryAxis should be used instead.