ChartPolylineAnnotation Class

Represents a polyline annotation in a chart.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartPolylineAnnotation

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.