ChartLegendCollection Class
Represents a collection of ChartLegend objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartLegendCollection _
Inherits ChartObjectCollectionBase(Of ChartLegend, ChartLegendInstance)
'Usage
Dim instance As ChartLegendCollection
public sealed class ChartLegendCollection : ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
public ref class ChartLegendCollection sealed : public ChartObjectCollectionBase<ChartLegend^, ChartLegendInstance^>
[<SealedAttribute>]
type ChartLegendCollection =
class
inherit ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
end
public final class ChartLegendCollection extends ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.