Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public CharacterRun GetCharacters(int startIndex, int length)
Signature
vb.net
vb.net
Public Function GetCharacters(ByVal startIndex As Integer, ByVal length As Integer) As CharacterRun
Parameters
Param
startIndex
startIndex

The character position at which to begin the character run.

Param
length
length

The length of the character run.

Returns

A CharacterRun object representing a range of characters within the cell.