Share via


ChartItemInLegend Class

Represents the behavior for a series or set of data points that are displayed in a legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class ChartItemInLegend _
    Inherits ReportObject
'Usage
Dim instance As ChartItemInLegend
public class ChartItemInLegend : ReportObject
public ref class ChartItemInLegend : public ReportObject
type ChartItemInLegend =  
    class
        inherit ReportObject
    end
public class ChartItemInLegend extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend

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.