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 data table, in units of 1/4000 of the chart area.

(This property has no effect for files opened in Excel 2007 and later.)

Signature
C#
C#

 public int X{ get; set; }
Signature
vb.net
vb.net

Public Property X() As Integer
Remarks

For SeriesDataLabel s on a column or bar chart X is the offset perpendicular to the bar or column from the default position in 1/4000 of the ChartArea. For SeriesDataLabel s on a pie chart X is offset angle from the default position in radians. For SeriesDataLabel s in all other charts types X is the offset from the default x position in 1/4000 of the ChartArea.