GanttSeriesデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
GanttSeries コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
ChartComponent | 使用するチャート コンポーネント。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 | |
Data | このGanttSeriesに外部データソースから移植するための設定を格納します。 | |
Items | このGanttSeriesに含まれる項目のコレクション。 | |
Key | オーバーライドされます。 このGanttSeriesのキー。この値は、GanttSeriesがメンバーの各GanttSeriesCollectionで一意である必要があります。この値は、データセットラベルとしても使用されます。 | |
Label | このSeriesのラベル。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 | |
PEs | このSeriesのパレットとして使用するPaintElementsのコレクション。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 | |
Visible | チャート上にこのシリーズを表示させるかどうか Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Clone | このSeriesのコピーを返します。 | |
DataBind | オーバーロードされます。 Data TableをこのSeriesのデータ ポイントにバインドします。 | |
ProvidePoints | オーバーライドされます。 このGanttSeriesに格納されているDataPointsを返します。 | |
SetNoUpdate | このメソッドは、NoUpdateフラグを指定した値に設定します。 親の更新の通知を避けるために内部的に使用されます。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 | |
ToString | このSeriesBaseオブジェクトの文字列表示を返します。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
GetDataAppearance | オーバーライドされます。 コンテキスト上のDataAppearanceオブジェクトを得ます。 | |
InitializeData | オーバーライドされます。 このGanttSeries内のItemsにDataAppearanceを設定します。 | |
Invalidate | このシリーズを無効にし、もし可能であればコンテキスト上のチャート コンポーネントにも適用します。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 | |
OnClone | オーバーライドされます。 このSeriesのコピーを返します。 | |
SetPEs | このSeriesで保持されたPaintElementsのパレットを設定します。 Infragistics.UltraChart.Data.Series.SeriesBaseから継承されます。 |