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
Wiki Markup
{description}
{excerpt}Returns a [CharacterRun|CharacterRun] object representing a range of characters within the text. Use this to set a font on specified characters within the [ChartText|ChartText] object.
_(This has no meaning for [SeriesDataLabel] on a series, only for {{SeriesDataLabel}} on a data point.)_
{excerpt}
{signature:C#}
 public CharacterRun GetCharacters(int startIndex)
{signature}{signature:vb.net}
Public Function GetCharacters(ByVal startIndex As Integer) As CharacterRun
{signature}
{parameters}
{param:startIndex}The 0\-based character position at which to begin the character run.{param}
{returns}A {{CharacterRun}} object representing a range of characters within the text.{returns}