Gets or sets the DataSource object used to replace tokens in this annotation's label, tool tip, and URL.
[Visual Basic]
Public Property DataSource As Object
[C#]
public object DataSource {get; set;}
Data sources include Element, Series, and AxisMarker objects. When the source is specified, any tokens associated with the source type may be used.
Instantiates a series and annotation. Sets the series as the DataSource of the annotation. Specifies the '%Name' series token as for the annotation's label. Adds the annotation to a chart.
[C#]
Series mySeries = new Series(); |
[Visual Basic]
Dim mySeries As New Series() |
Annotation Class | Annotation Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.