Chart.Legends プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LegendCollection コントロールによって使用されるすべての Legend オブジェクトを格納するために使用される Chart オブジェクトを取得または設定します。
public:
property System::Web::UI::DataVisualization::Charting::LegendCollection ^ Legends { System::Web::UI::DataVisualization::Charting::LegendCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCollection Legends { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Legends : System.Web.UI.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection
プロパティ値
すべての LegendCollection オブジェクトを格納するために使用される Legend オブジェクト。
- 属性
注釈
このコレクション プロパティは、コントロールで使用されるすべての Legend オブジェクトを Chart 格納します。