バージョン

FunnelChart<T>(IQueryable,IDictionary<String,Object>) メソッド

Fluent インターフェイスを使用してデータ チャートを作成します。
シンタックス
'宣言
 
Public Overloads Function FunnelChart(Of T As Class)( _
   ByVal dataSource As System.Linq.IQueryable, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As FunnelChart(Of T)
public FunnelChart<T> FunnelChart<T>( 
   System.Linq.IQueryable dataSource,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)
where T: class

パラメータ

dataSource
データ チャートに関連付けするデータ ソース。
htmlAttributes

型パラメータ

T
FunnelChart

戻り値の型

データ チャート ラッパー。
参照

オンラインで表示: GitHub