ChartElementCollectionTRemove 方法 |
从图表元素集合中移除特定对象的第一个匹配项。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17472+af7ddcfb7e2e54ed596c2aa79542ab7d8ca3ebd7
语法public void Remove(
T item
)
Public Sub Remove (
item As T
)
参数
- item
- 类型:T
要从图表元素集合中移除的对象。
备注
参见