Click or drag to resize

ChartDataLabelCollection Class

Represents a series labels.
Inheritance Hierarchy
System Object
Spire.Presentation.Collections ChartDataLabelCollection

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ChartDataLabelCollection : IEnumerable

The ChartDataLabelCollection type exposes the following members.

Properties
Name Description
Public property BubbleSizeVisible
Indicates chart's data label bubble size value display behavior. Read/write Boolean .
Public property CategoryNameVisible
Indicates chart's data label category name display behavior. Read/write Boolean .
Public property Count
Gets the number of elements actually contained in the collection. Read-only Int32 .
Public property DataLabelShapeType
Gets or sets shape type of data labels. Read/write DataLabelShapeType .
Public property Effect
Gets effects used for a chart. Read-only EffectDag .
Public property Effect3D
Gets 3D format of a chart. Read-only FormatThreeD .
Public property Fill
Gets fill style properties of a chart. Read-only FillFormat .
Public property HasDataSource
Gets and sets a reference to the worksheet
Public property IsDelete
Gets or sets delete flag.
Public property Item
Gets the element at the specified index. Read-only ChartDataLabel .
Public property LabelValueVisible
Indicates chart's data label value display behavior. Read/write Boolean .
Public property LeaderLines
Public property LeaderLinesVisible
Indicates chart's data label leader line display behavior. Read/write Boolean .
Public property LegendKeyVisible
Indicates chart's data label legend key display behavior. Read/write Boolean .
Public property Line
Gets line style properties of a chart.
Public property NumberFormat
Represents the format string for the DataLabels object. Read/write String .
Public property PercentValueVisible
Indicates chart's data label percentage value display behavior. Read/write Boolean .
Public property Position
Represents the position of the data lable. Read/write DataLabelPosition .
Public property Separator
Sets or returns a Variant representing the separator used for the data labels on a chart. Read/write String .
Public property SeriesNameVisible
Gets or sets a Boolean to indicate the series name display behavior for the data labels on a chart. Read/write Boolean .
Public property TextProperties
Gets a text properties of this data labels Readonly TextFrameProperties .
Top
Methods
Name Description
Public method Add
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
Gets an enumerator for the entire collection.
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 .)
Public method IndexOf
Gets an index of the specified DataLabel in the collection.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Remove
Removes the first occurrence of a specific object from the collection.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also