[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IDataLabel

IDataLabel Interface

Represents the data label on a chart point or trendline.

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

Properties

Name Description
AutoText

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

Format

Gets the IChartFormat object.

Formula

Gets or sets a string value that represents the object's formula in A1-style notation

FormulaR1C1

Gets or sets a string value that represents the object's formula in R1C1-style notation

Height

Gets or sets the height of the object.

HorizontalAlignment

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

Left

Gets or sets the left of the object.

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 label on a chart.

Shadow

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

ShowBubbleSize

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

ShowCategoryName

Gets or sets a value indicating whether display the category name for the data label 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 label on a chart.

ShowRange

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

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 label on a chart.

Text

Gets or sets a string value that represents the data label text.

TextOrientation

Gets or sets a value that represents the text orientation.

Top

Gets or sets the top of the object.

VerticalAlignment

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

Width

Gets or sets the width of the object.

Methods

Name Description
Characters(int, int)

Gets an ICharacters object that represents a range of characters within the object text.

Delete()

Deletes the object.