PowerTools ActiveReports for .NET 11.0J
DataPoint コンストラクタ(Object,DoubleArray,Boolean,CustomProperties,Boolean,String)

X値を指定します。
DataPointのY値。
DataPointが空かどうかを指定します。
DataPointのカスタムプロパティを指定します。
凡例にDataPoint情報を表示するかどうかを指定します。

凡例に表示するDataPointのテキストを文字列として指定します。

パラメータを指定して、DataPointクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal xValue As Object, _
   ByVal yValues As DoubleArray, _
   ByVal isEmpty As Boolean, _
   ByVal properties As CustomProperties, _
   ByVal displayInLegend As Boolean, _
   ByVal legendText As String _
)
public DataPoint( 
   object xValue,
   DoubleArray yValues,
   bool isEmpty,
   CustomProperties properties,
   bool displayInLegend,
   string legendText
)

パラメータ

xValue
X値を指定します。
yValues
DataPointのY値。
isEmpty
DataPointが空かどうかを指定します。
properties
DataPointのカスタムプロパティを指定します。
displayInLegend
凡例にDataPoint情報を表示するかどうかを指定します。
legendText

凡例に表示するDataPointのテキストを文字列として指定します。

参照

関連項目

DataPoint クラス
DataPoint メンバ
オーバーロード一覧

 

 


©2003-2017 GrapeCity inc. All rights reserved.