Click or drag to resize
DefaultFiguresContains Method
Gets whether list contains figure with specified name

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static bool Contains(
	string name
)

Parameters

name
Type: SystemString
Name of figure

Return Value

Type: Boolean
Whether list contains figure with specified name or not
See Also