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

PredefinedColorSchema Enum

Lists the predefined color schemas which are used by the map colorizer to color map shapes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.1.dll

Declaration

public enum PredefinedColorSchema

Members

Name Description
None

Unspecified color schema.

Palette

A map shape is painted using a color palette.

Gradient

A map shape is painted using a color gradient.

Criteria

A map shape is painted using a color according to the criteria.

Related API Members

The following properties accept/return PredefinedColorSchema values:

Remarks

The values listed by this enumeration are used to set the PredefinedColorsColorizer.PredefinedColorSchema property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PredefinedColorSchema enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also