Skip to main content

PaletteKind(Type, String) Constructor

In This Article

Initializes a new instance of the PaletteKind class with specified settings.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public PaletteKind(
    Type type,
    string name
)

#Parameters

Name Type Description
type Type

A Type value.

name String

A String value.

See Also