Chart.Legends プロパティ

定義

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 オブジェクトが格納されます。

適用対象