DataLabel.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.
Set to True to display the Value From Cells range field for the specified chart data label. Set to False to hide that field. Read/write Boolean (bool in C#).
public:
property bool ShowRange { bool get(); void set(bool value); };
public bool ShowRange { get; set; }
member this.ShowRange : bool with get, set
Public Property ShowRange As Boolean