Click or drag to resize

ChartDataLabel Class

Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts ChartDataLabel

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 ChartDataLabel

The ChartDataLabel type exposes the following members.

Properties
Name Description
Public property CharacterFormat
Gets the font format for the current data label.
Public property Index
Gets or sets the index of the item.
Public property IsVisible
Gets or sets a value indicating whether the element is visible.
Public property NumberFormat
Gets or sets the number format for the chart values.
Public property Separator
Gets or sets the separator used to distinguish between different elements in a string.
Public property ShowBubbleSize
Gets or sets a value indicating whether the size of the bubbles should be displayed.
Public property ShowCategoryName
Gets or sets a value indicating whether the category name should be displayed.
Public property ShowDataLabelsRange
Gets or sets a value indicating whether data labels should be displayed for a specified range.
Public property ShowLeaderLines
Gets or sets a value indicating whether leader lines are displayed for the data labels.
Public property ShowLegendKey
Gets or sets a value indicating whether the legend key should be displayed.
Public property ShowPercentage
Gets or sets a value indicating whether to display the percentage.
Public property ShowSeriesName
Gets or sets a value indicating whether the series name should be displayed.
Public property ShowValue
Gets or sets a value indicating whether the value should be displayed.
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 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