AddShapeInChart
Inhalt
[
Ausblenden
]AddShapeInChart(MsoDrawingType, PlacementType, int, int, int, int, byte[])
Fügen Sie dem Diagramm eine Form hinzu. Alle Einheiten sind 1/4000 der Diagrammfläche.
public Shape AddShapeInChart(MsoDrawingType type, PlacementType placement, int left, int top,
int right, int bottom, byte[] imageData)
Parameter | Typ | Beschreibung |
---|---|---|
type | MsoDrawingType | Der Zeichnungstyp. |
placement | PlacementType | die Platzierungsart. |
left | Int32 | In der Einheit 1/4000 Diagrammbereichsbreite. |
top | Int32 | In der Einheit 1/4000 Diagrammbereichshöhe. |
right | Int32 | In der Einheit 1/4000 Diagrammbereichsbreite. |
bottom | Int32 | In der Einheit 1/4000 Diagrammbereichshöhe. |
imageData | Byte[] | Wenn die Form kein Bild oder Ole-Objekt ist, sollte imageData null sein. |
Siehe auch
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells
AddShapeInChart(MsoDrawingType, PlacementType, int, int, int, int)
Fügen Sie dem Diagramm eine Form hinzu. Alle Einheiten sind 1/4000 der Diagrammfläche.
public Shape AddShapeInChart(MsoDrawingType type, PlacementType placement, int left, int top,
int right, int bottom)
Parameter | Typ | Beschreibung |
---|---|---|
type | MsoDrawingType | Der Zeichnungstyp. |
placement | PlacementType | die Platzierungsart. |
left | Int32 | In der Einheit 1/4000 Diagrammbereichsbreite. |
top | Int32 | In der Einheit 1/4000 Diagrammbereichshöhe. |
right | Int32 | In der Einheit 1/4000 Diagrammbereichsbreite. |
bottom | Int32 | In der Einheit 1/4000 Diagrammbereichshöhe. |
Siehe auch
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells