バージョン

TreeMapDataPoint コンストラクタ(Double,Double,String,Boolean)

TreeMapDataPoint コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal sizeValue As Double, _
   ByVal colorValue As Double, _
   ByVal label As String, _
   ByVal empty As Boolean _
)
public TreeMapDataPoint( 
   double sizeValue,
   double colorValue,
   string label,
   bool empty
)

パラメータ

sizeValue
この DataPoint の値。
colorValue
この DataPoint の色の値。
label
このDataPointのラベル。
empty
このDataPointを空またはnullとして表示するかどうか。
参照