Represents the label of a chart data point
Inheritance Hierarchy
Winnovative.ExcelLibExcelChartDataPointLabel
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelChartDataPointLabel type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContainsCategoryName |
Gets or sets a flag indicating if the data point label contains the category name. Default value is false.
| |
ContainsSeriesName |
Gets or sets a flag indicating if the data point label contains the series name. Default value is false.
| |
ContainsValue |
Gets or sets a flag indicating if the data point label contains the point value. Default value is false.
| |
IncludeLegendKey |
Gets or sets a flag indicating if the legend color is included near the data point label. Default value is false.
| |
LabelFormat |
Gets the label format object. The returned object can be used to set the label font, color, background and pattern.
| |
Separator |
Gets or sets the separator between the data point label fields.
|
Methods
Name | Description | |
---|---|---|
Equals | (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