{description}
{excerpt}Returns a [ValueAxis|ValueAxis] object representing the chart's scatter values on the X axis.{excerpt}
{signature:C#}
 public ValueAxis ScatterValueAxis{ get; }
{signature}{signature:vb.net}
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}