ChartItemInLegend Class
Represents the behavior for a series or set of data points displayed in a legend.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartItemInLegend _
    Implements IROMActionOwner
'Usage
Dim instance As ChartItemInLegend
public sealed class ChartItemInLegend : IROMActionOwner
public ref class ChartItemInLegend sealed : IROMActionOwner
[<SealedAttribute>]
type ChartItemInLegend =  
    class
        interface IROMActionOwner
    end
public final class ChartItemInLegend implements IROMActionOwner
Inheritance Hierarchy
System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.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.