RegionCollectionIsNameInCollection Method

Whether a region with certain name is already in collection

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public bool IsNameInCollection(
	string Name
)

Parameters

Name  String
String, represents the name of the region

Return Value

Boolean
True if Region with the Name exits in the collection

See Also