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