DataLabelsShowCellRange Property |
Indicates whether showing cell range as the data labels.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ShowCellRange { get; set; }
Public Property ShowCellRange As Boolean
Get
Set
public:
property bool ShowCellRange {
bool get ();
void set (bool value);
}
member ShowCellRange : bool with get, set
Property Value
Type:
Boolean
See Also