Click or drag to resize
CustomPalettesCollectionGetPalette Method (String)
Returns a reference to the Palette object by the specified name.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Palette GetPalette(
	string name
)

Parameters

name
Type: SystemString
Name of palette

Return Value

Type: Palette
Palette object with specified name
See Also