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