CustomFiguresCollectionContains Method |
Indicates whether the specified figure item exists in the collection.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
string figureName
)
Public Function Contains (
figureName As String
) As Boolean
public:
bool Contains(
String^ figureName
)
member Contains :
figureName : string -> bool
Parameters
- figureName
- Type: SystemString
Figure name
Return Value
Type:
BooleanWhether the specified figure item exists in the collection or not
See Also