Skip to main content
A newer version of this page is available. .

PaletteKind(Type, String) Constructor

Initializes a new instance of the PaletteKind class with the specified type and name.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public PaletteKind(
    Type type,
    string name
)

Parameters

Name Type Description
type Type

A Type value.

name String

A String value.

See Also