XlsChartLegend
Y Property
|
Y-position of upper-left corner. 1/4000 of chart plot.
IsYMode 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 Y { get; set; }
Public Property Y As Integer
Get
Set
public:
virtual property int Y {
int get () sealed;
void set (int value) sealed;
}
abstract Y : int with get, set
override Y : int with get, set
Property Value
Type:
Int32
Implements
IChartLegend
Y
See Also