Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the formula to use to calculate the value for the text item. For example, if the formula is "=Sheet1!A1", the value in that cell will be the text displayed in the ChartText object.

(This has no meaning for SeriesDataLabel on a series or on a data point.)

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the formula to use to calculate the value for the text item. For example, if the formula is "=Sheet1\!A1", the value in that cell will be the text displayed in the [ChartText|ChartText] object.

_(This has no meaning for [SeriesDataLabel] on a series or on a data point.)_
{excerpt}
{signature:C#}
 public System.String Formula{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Formula() As String
Remarks
The formula may be a reference to a cell, range of cells, or a union of such references.
{signature}
{remarks}The formula may be a reference to a cell, range of cells, or a union of such references.

{remarks}