Skip to main content

TextureMappingStrategy Enum

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public enum TextureMappingStrategy

Members

Name Description
MapByXZAxes

Map texture horizontally.

TextureMappingStrategy-MapXZAxes

MapByYAxis

Map texture vertically.

TextureMappingStrategy-MapYAxes

See Also