Winnovative Excel Library

ExcelChartDataPointLabel Class

Winnovative Excel Library Documentation
Represents the label of a chart data point
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelChartDataPointLabel

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelChartDataPointLabel

The ExcelChartDataPointLabel type exposes the following members.

Properties

  NameDescription
Public propertyContainsCategoryName
Gets or sets a flag indicating if the data point label contains the category name. Default value is false.
Public propertyContainsSeriesName
Gets or sets a flag indicating if the data point label contains the series name. Default value is false.
Public propertyContainsValue
Gets or sets a flag indicating if the data point label contains the point value. Default value is false.
Public propertyIncludeLegendKey
Gets or sets a flag indicating if the legend color is included near the data point label. Default value is false.
Public propertyLabelFormat
Gets the label format object. The returned object can be used to set the label font, color, background and pattern.
Public propertySeparator
Gets or sets the separator between the data point label fields.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference