Message-ID: <1955875685.8631.1711652792356.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8630_1725309697.1711652792356" ------=_Part_8630_1725309697.1711652792356 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ChartText

ChartText

Description

=20

A ChartText object represents a = region in a chart where text is displayed (e.g., a chart title). The = ChartText extends ChartRegion<= /a>.

=20
C#
=20
 public class ChartText : ChartRegion
=20
=20
vb.net
=20
Public Class ChartText
=09=09Inherits ChartRegion
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

F= ormula

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

(This has no meani= ng for SeriesDataLabel on a s= eries or on a data point.)

NumberFormat

Sets or returns the display format of numbers in= the ChartText object.
(T= his is not supported for Axis or Chart titles.)

Text=

Sets or returns the text displayed in the ChartText object.

(This has no mean= ing for SeriesDataLabel on a = series, only for SeriesDataLabel on a data point.)

=20
=20

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

ClearRichTextFormatting()

Clears all rich text formatting in the ChartText object.
(This has no m= eaning for SeriesDataLabel on= a series, only for SeriesDataLabel on a data point.)=20

GetCharacters(Int32)

Returns a CharacterRun object representing a range of characters within the text= . Use this to set a font on specified characters within the ChartText object.
(This has no meaning f= or SeriesDataLabel on a serie= s, only for SeriesDataLabel on a data point.)

GetCharacters(Int32, Int32)

Returns a CharacterRun object representing a range of characters within the text= . Use this to set a font on specified characters within the ChartText object.

(This has no meaning for = SeriesDataLabel on a series, = only for SeriesDataLabel on a data point.)

------=_Part_8630_1725309697.1711652792356--