'宣言 Public Function Slice( _ ByVal start As System.Integer, _ ByVal length As System.Integer _ ) As System.Collections.Generic.List(Of T)
'使用法 Dim instance As ChartRenderer.SeriesPoints Dim start As System.Integer Dim length As System.Integer Dim value As System.Collections.Generic.List(Of T) value = instance.Slice(start, length)
パラメータ
- start
- length