Point.Paste Method

Definition

Pastes a picture from the Clipboard as the marker on the selected point.

public:
 System::Object ^ Paste();
public object Paste ();
abstract member Paste : unit -> obj
Public Function Paste () As Object

Returns

Object

Remarks

This method can be used on column, bar, line, or radar charts, and it sets the MarkerStyle property to xlMarkerStylePicture.

Applies to