DataLabels.Propagate(Object) Method

Definition

Propagates the contents and formatting of the specified data label to all the other data labels in the series.

public:
 void Propagate(System::Object ^ Index);
public void Propagate (object Index);
abstract member Propagate : obj -> unit
Public Sub Propagate (Index As Object)

Parameters

Index
Object

The index number in the DataLabels collection of the data label to propagate.

Remarks

If the source data label supports fields that are incompatible with the destination data label, those fields are inserted in the form [Field Name].

Applies to