DataLabels.Propagate(Object) Method

Definition

Enables you to take the contents and formatting of a single data label and apply it to every other data label on the series.

public:
 void Propagate(System::Object ^ Index);
public void Propagate (object Index);
Public Sub Propagate (Index As Object)

Parameters

Index
Object

The index number of the data label to propagate.

Remarks

If the source data label supports fields that are incompatible with the destination data label, those fields will be inserted as their [FIELD NAME]. For example, if a data label on a pie series with a percentage field is propagated to a data label on a column chart, that percentage field will become an unresolved field showing [PERCENTAGE].

Note: Passing an argument of zero (0) resets the data labels to your current prototype.

Applies to