DataLabels Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the settings for the data labels for an entire series or the entire chart.
Inheritance Hierarchy
Bytescout.Spreadsheet.ChartsDataLabels
Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The DataLabels type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataLabels | Initializes a new instance of the DataLabels class |
Properties
| Name | Description | |
|---|---|---|
| ShowBubbleSize | Gets or sets a value indicating whether bubble size shall be shown in a data label. | |
| ShowCategoryName | Gets or sets a value indicating whether category name shall be shown in the data label. | |
| ShowLeaderLines | Gets or sets a value indicating whether leader lines shall be shown for data labels. | |
| ShowLegendKey | Gets or sets a value indicating whether legend keys shall be shown in data labels. | |
| ShowPercent | Gets or sets a value indicating whether percentage shall be shown in a data label. | |
| ShowSeriesName | Gets or sets a value indicating whether series name shall be shown in a data label. | |
| ShowValue | Gets or sets a value indicating whether value shall be shown in a data label. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also