XlsChartFrameFormat
X Property
|
X-position of upper-left corner. 1/4000 of chart plot.
IsXMode Shall set to True
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int X { get; set; }
Public Property X As Integer
Get
Set
public:
property int X {
int get ();
void set (int value);
}
member X : int with get, set
Property Value
Type:
Int32
See Also