Click or drag to resize

ChartDataLabelCollection Class

Represent the data labels options for the chart series.
Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts ChartDataLabelCollection

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class ChartDataLabelCollection : IEnumerable

The ChartDataLabelCollection type exposes the following members.

Properties
Name Description
Public property CharacterFormat
Gets the font format for the data labels.
Public property Count
Gets the number of data labels in the collection.
Public property Item
Gets the ChartDataLabel at the specified index.
Public property NumberFormat
Gets the number format for the label.
Public property Separator
Gets or sets the separator used in the labels.
Public property ShowBubbleSize
Public property ShowCategoryName
Gets or sets a value indicating whether the label contains the category name.
Public property ShowDataLabelsRange
Public property ShowLeaderLines
Gets or sets a value indicating whether leader lines are shown for the label.
Public property ShowLegendKey
Gets or sets a value indicating whether the label contains the legend key.
Public property ShowPercentage
Public property ShowSeriesName
Gets or sets a value indicating whether the label contains the series name.
Public property ShowValue
Gets or sets a value indicating whether the label contains the value.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetEnumerator
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also