MindFusion.Wpf Pack Programmer's Guide
Drawing Members
Properties Methods
 


Represents a drawing within a worksheet. A drawing can contain unlimited number of visual elements such as pictures, diagrams and charts.

The following tables list the members exposed by the Drawing type.

 Public Properties

  Name Description

Charts

Gets an enumerable with all charts in the drawing.

Pictures

Gets an enumerable with all pictures in the drawing.

 Public Methods

  Name Description

AddChart

Overloaded. Creates and adds a new chart to the drawing.

AddPicture

Overloaded. Creates and adds a new picture to the drawing.

BringForward

Moves the specified object one step up in the z-order.

BringToFront

Brings the specified object to the top of the z-order.

Clear

Removes all objects from the drawing.

Remove

Removes the specified object from the drawing.

SendBackward

Moves the specified object one step down in the z-order.

SendToBack

Sends the specified object to the bottom of the z-order.

 See Also

Drawing Class
MindFusion.Spreadsheet.Wpf Namespace