ChartDataLabel Class

Represents the data labels to display on data points.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartDataLabel _
    Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As ChartDataLabel
public sealed class ChartDataLabel : IROMStyleDefinitionContainer, 
    IROMActionOwner
public ref class ChartDataLabel sealed : IROMStyleDefinitionContainer, 
    IROMActionOwner
[<SealedAttribute>]
type ChartDataLabel =  
    class
        interface IROMStyleDefinitionContainer
        interface IROMActionOwner
    end
public final class ChartDataLabel implements IROMStyleDefinitionContainer, IROMActionOwner

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel

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.