Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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.)

C#
public System.String Formula{ get; set; }
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.
  • No labels