ComponentOne FinancialChart for WPF
PointIndex Property (AnnotationBase)



C1.WPF.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;}
public:
property int PointIndex {
   int get();
   void set (    int value);
}
See Also

Reference

AnnotationBase Class
AnnotationBase Members