DataLabels.ShowRange Property

Definition

Used to toggle the Range field if it exists on the data label range. Boolean (bool in C#) Read/Write

public:
 property bool ShowRange { bool get(); void set(bool value); };
public bool ShowRange { get; set; }
Public Property ShowRange As Boolean

Property Value

Remarks

The Range object maps an arbitrary range of cells to a range of data labels, so that each data label corresponds to one of the cells in the range.

Applies to