Specifies the position of the legend on a chart.
Non-NaN values of X, Y, Width, Heigt properties override effect of this property.
Read/write
LegendPositionType.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic LegendPositionType Position { get; set; }
Public Property Position As LegendPositionType
Get
Set
public:
virtual property LegendPositionType Position {
LegendPositionType get () sealed;
void set (LegendPositionType value) sealed;
}
abstract Position : LegendPositionType with get, set
override Position : LegendPositionType with get, set
Property Value
Type:
LegendPositionTypeImplements
ILegendPosition
See Also