[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IDataLabels

IDataLabels Interface

Represents a collection of all the IDataLabel objects for the specified series.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IDataLabels
Public Interface IDataLabels

Properties

Name Description
AutoText

Gets or sets a value indicating whether the object automatically generates appropriate text based on context.

Count

Gets the total number of data labels in the collection.

Format

Gets the IChartFormat object.

HorizontalAlignment

Gets or sets a value that represents the horizontal alignment for the specified object.

this[int]

Gets the data label at the specified index.

NumberFormat

Gets or sets a string value that represents the format code for the object.

NumberFormatLinked

Gets or sets a value indicating whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).

Orientation

Gets or sets a value that represents the text orientation.

Position

Gets or sets a value that represents the position of the data label.

Separator

Gets or sets the separator used for the data labels on a chart.

Shadow

Returns or sets a bool value that determines if the object has a shadow.

ShowBubbleSize

Gets or sets a value indicating whether show the bubble size for the data labels on a chart.

ShowCategoryName

Gets or sets a value indicating whether display the category name for the data labels on a chart.

ShowLegendKey

Gets or sets a value indicating whether the data label legend key is visible.

ShowPercentage

Gets or sets a value indicating whether display the percentage value for the data labels on a chart.

ShowRange

Gets or sets a value indicating whether toggle the Range field if it exists on the data label range.

ShowSeriesName

Gets or sets a value indicating whether the series name display behavior for the data labels on a chart.

ShowValue

Gets or sets a value indicating whether display the value for the data labels on a chart.

TextOrientation

Gets or sets a value that represents the text orientation.

VerticalAlignment

Gets or sets a value that represents the vertical alignment for the specified object.

Methods

Name Description
Delete()

Deletes the object.