Look up the data handler, eveluate the group expressions, and build the data for create result series. The data is constructed as (category groups)->(series groups)-(series values)
シンタックス
'宣言
Protected Function GetDataInternal( _
ByVal dataHandler As GroupNodeListDataHandler, _
ByVal As ChartData _
) As ChartRenderer.CategoryMatrix
'使用法
Dim instance As ChartRenderer
Dim dataHandler As GroupNodeListDataHandler
Dim data As ChartData
Dim value As ChartRenderer.CategoryMatrix
value = instance.GetDataInternal(dataHandler, data)
protected ChartRenderer.CategoryMatrix GetDataInternal(
GroupNodeListDataHandler dataHandler,
ChartData
)
パラメータ
- dataHandler
- data
参照