Position

IDataLabelFormat.Position property

Represents the position of the data label. Read/write LegendDataLabelPosition.

public LegendDataLabelPosition Position { get; set; }

Remarks

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the Position property for the new data labels in the DataLabelCollection collection. Represents the position for the DataLabel objects. Set this property with value also sets this value to the Position property for all data labels in the DataLabelCollection collection (i.e. “DataLabels.DefaultDataLabelFormat.Position = val;” cause to all DataLabels[i].Position is equal to val).

See Also