TextureMappingMode

StockSharp.Xaml.Charting.Rendering.Common

Defines enumeration constants to describe how textures are mapped. If textures are mapped PerScreen, then a single large texture is shared for all elements that use this texture. Else, if PerPrimitive then individual primitives have separate textures.

Campos

PerPrimitive : TextureMappingMode

with this mode entire texture is fit into single primitive

PerScreen : TextureMappingMode

with this mode texture coordinates equal to screen coordinates