Chart.ChartAnnotations Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the list of chart annotations.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartAnnotations As IList(Of ChartAnnotation)
Get
Set
'Usage
Dim instance As Chart
Dim value As IList(Of ChartAnnotation)
value = instance.ChartAnnotations
instance.ChartAnnotations = value
public IList<ChartAnnotation> ChartAnnotations { get; set; }
public:
property IList<ChartAnnotation^>^ ChartAnnotations {
IList<ChartAnnotation^>^ get ();
void set (IList<ChartAnnotation^>^ value);
}
member ChartAnnotations : IList<ChartAnnotation> with get, set
function get ChartAnnotations () : IList<ChartAnnotation>
function set ChartAnnotations (value : IList<ChartAnnotation>)
Property Value
Type: System.Collections.Generic.IList<ChartAnnotation>
An IList<T> object.