Page tree

Versions Compared

Key

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

Description

Excerpt

Sets or returns the x coordinate of the upper left corner of the chart region, in units of 1/4000 of the chart area.

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 int X{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property X() As Integer</p>Integer
Remarks

For SeriesDataLabel and Trendline labels, the origin for the X coordinate is relative to the default location of the data label.

If a value is set that is outside the range of 0 through 4000 inclusive, the value will be adjusted to be within that range.