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

 public CharacterRun GetCharacters(int startIndex, int length)
Public Function GetCharacters(ByVal startIndex As Integer, ByVal length As Integer) As CharacterRun

The character position at which to begin the character run.

The length of the character run.

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