Chart.Legends Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the chart legends.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCollection ^ Legends { Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection Legends { get; }
member this.Legends : Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
Public ReadOnly Property Legends As ChartLegendCollection
Property Value
A ChartLegendCollection object.