DataLabels.ShowRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.