ExcelChartDataPointLabel Class

Represents the label of a chart data point

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartDataPointLabel
Inheritance
Object    ExcelChartDataPointLabel

Properties

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

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also