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

TextureMappingStrategy Enum

Lists values that define how to map a custom texture onto a surface.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public enum TextureMappingStrategy

Members

Name Description
MapByXZAxes

Map texture horizontally.

TextureMappingStrategy-MapXZAxes

MapByYAxis

Map texture vertically.

TextureMappingStrategy-MapYAxes

See Also