Returns or sets the x coordinate of a legend as a fraction of the width of the chart.
Read/write
Single.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic float X { get; set; }
Public Property X As Single
Get
Set
public:
virtual property float X {
float get () sealed;
void set (float value) sealed;
}
abstract X : float32 with get, set
override X : float32 with get, set
Property Value
Type:
SingleImplements
ILayoutableX
See Also