Click or drag to resize

ExcelChartDataPointLabel Class

Represents the label of a chart data point
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelChartDataPointLabel

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.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
See Also