ComponentOne FlexChart for WinForms
PointIndex Property (AnnotationBase)


C1.Win.Chart.Annotation Namespace > AnnotationBase Class : PointIndex Property
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
public int PointIndex {get; set;}
See Also

Reference

AnnotationBase Class
AnnotationBase Members