Y 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 YPos { get; set; }
Property YPos As Double
Get
Set
property double YPos {
double get ();
void set (double value);
}
abstract YPos : float with get, set
Property Value
Type:
Double
See Also