BarSeries.Item (System.Int32) Property
Gets the Bar at the specified index.
public Bar this[
int index
] {get;}
This language is not supported or no code example is available.
public:
property Bar^ Item[int] {
Bar^ get(
int index
);
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.
Parameters
-
index
-
int
The index.
Property Value
Bar
Bar.
In this article
Definition