SeriesIndex Property (AnnotationBase)
In This Topic
Gets or sets the data series index of the annotation.
Syntax
'Declaration
Public Property SeriesIndex As System.Integer
'Usage
Dim instance As AnnotationBase
Dim value As System.Integer
instance.SeriesIndex = value
value = instance.SeriesIndex
public System.int SeriesIndex {get; set;}
public read-write property SeriesIndex: System.Integer;
public function get,set SeriesIndex : System.int
public: __property System.int get_SeriesIndex();
public: __property void set_SeriesIndex(
System.int value
);
public:
property System.int SeriesIndex {
System.int get();
void set ( System.int value);
}
See Also