Returns or sets the height of a legend as a fraction of the height 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 Height { get; set; }
Public Property Height As Single
Get
Set
public:
virtual property float Height {
float get () sealed;
void set (float value) sealed;
}
abstract Height : float32 with get, set
override Height : float32 with get, set
Property Value
Type:
SingleImplements
ILayoutableHeight
See Also