CustomFiguresCollectionIndexOf Method |
Returns the index of the specified figure item.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int IndexOf(
string figureName
)
Public Function IndexOf (
figureName As String
) As Integer
public:
int IndexOf(
String^ figureName
)
member IndexOf :
figureName : string -> int
Parameters
- figureName
- Type: SystemString
Name of figure
Return Value
Type:
Int32Index of figure with specified name
See Also