Legend.CustomItems プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムの凡例項目に使用される LegendItemsCollection オブジェクトを取得します。
public:
property System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ CustomItems { System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendItemsCollection CustomItems { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.CustomItems : System.Web.UI.DataVisualization.Charting.LegendItemsCollection
Public ReadOnly Property CustomItems As LegendItemsCollection
プロパティ値
カスタムの凡例項目に使用される LegendItemsCollection オブジェクト。
- 属性
注釈
このコレクション プロパティは、カスタム凡例項目を追加、削除、または変更するために使用できます。
既定の凡例項目とは異なり、カスタム凡例項目には系列またはデータ ポイントが関連付けされていません。
凡例項目を変更するには、 イベントを使用します CustomizeLegend 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET