Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PredefinedColorSchema Enum

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#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.

See Also