X coordinate of the upper-left corner of the chart in points (1/72 inch).
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double XPos { get; set; }
Property XPos As Double
Get
Set
property double XPos {
double get ();
void set (double value);
}
abstract XPos : float with get, set
Property Value
Type:
Double
See Also