C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / AnnotationBase Class / PointIndex Property


In This Topic
PointIndex Property (AnnotationBase)
In This Topic
Gets or sets the data point index of the annotation.
Syntax
'Declaration
 
Public Property PointIndex As Integer
 
'Usage
 
Dim instance As AnnotationBase
Dim value As Integer
 
instance.PointIndex = value
 
value = instance.PointIndex
See Also