Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a ValueAxis object representing the chart's scatter values on the X axis.
C#
public ValueAxis ScatterValueAxis{ get; }
vb.net
Public ReadOnly Property ScatterValueAxis() As ValueAxis

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.
  • No labels