Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Permanently removes a ChartText object from the collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Permanently removes a [ChartText|ChartText] object from the collection.{excerpt}
{signature:C#}
 public abstract void Remove(int position)
Signature
{signature}{signature:vb.net
vb.net
}
Public MustOverride Sub Remove(ByVal position As Integer)
Parameters
Param
positionpositionThe 0-based position of the ChartText in the collection.
{signature}
{parameters}
{param:position}The 0\-based position of the {{ChartText}} in the collection.{param}