ChartDataLabelCollection Class |
Namespace: Spire.Presentation.Collections
The ChartDataLabelCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
BubbleSizeVisible |
Indicates chart's data label bubble size value display behavior.
Read/write
Boolean
.
|
|
|
CategoryNameVisible |
Indicates chart's data label category name display behavior.
Read/write
Boolean
.
|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
|
|
|
DataLabelShapeType |
Gets or sets shape type of data labels.
Read/write
DataLabelShapeType
.
|
|
|
Effect |
Gets effects used for a chart.
Read-only
EffectDag
.
|
|
|
Effect3D |
Gets 3D format of a chart.
Read-only
FormatThreeD
.
|
|
|
Fill |
Gets fill style properties of a chart.
Read-only
FillFormat
.
|
|
|
HasDataSource |
Gets and sets a reference to the worksheet
|
|
|
IsDelete |
Gets or sets delete flag.
|
|
|
Item |
Gets the element at the specified index.
Read-only
ChartDataLabel
.
|
|
|
LabelValueVisible |
Indicates chart's data label value display behavior.
Read/write
Boolean
.
|
|
|
LeaderLines | |
|
|
LeaderLinesVisible |
Indicates chart's data label leader line display behavior.
Read/write
Boolean
.
|
|
|
LegendKeyVisible |
Indicates chart's data label legend key display behavior.
Read/write
Boolean
.
|
|
|
Line |
Gets line style properties of a chart.
|
|
|
NumberFormat |
Represents the format string for the DataLabels object.
Read/write
String
.
|
|
|
PercentValueVisible |
Indicates chart's data label percentage value display behavior.
Read/write
Boolean
.
|
|
|
Position |
Represents the position of the data lable.
Read/write
DataLabelPosition
.
|
|
|
Separator |
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write
String
.
|
|
|
SeriesNameVisible |
Gets or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
Read/write
Boolean
.
|
|
|
TextProperties |
Gets a text properties of this data labels
Readonly
TextFrameProperties
.
|
| Name | Description | |
|---|---|---|
|
|
Add | |
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOf |
Gets an index of the specified DataLabel in the collection.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the first occurrence of a specific object from the collection.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|