Represents the label of a chart data point
| C# | Visual Basic | Visual C++ |
public class ExcelChartDataPointLabel
Public Class ExcelChartDataPointLabel
public ref class ExcelChartDataPointLabel
| All Members | Methods | Properties | |||
| Icon | Member | 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| 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.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Separator |
Gets or sets the separator between the data point label fields.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ExcelChartDataPointLabel | |