Represents the way the chart is attached to the cells below it.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic PlacementType Placement { get; set; }
Public Property Placement As PlacementType
Get
Set
public:
property PlacementType Placement {
PlacementType get ();
void set (PlacementType value);
}
member Placement : PlacementType with get, set
Property Value
Type:
PlacementType
See Also