Click or drag to resize
NChartTexturePosition Enumeration
The NChartTexturePosition enum provides constants that control position of texture.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartTexturePosition
Members
  Member nameValueDescription
TopLeftCorner0 Position texture in the top left corner of the area.
Center1 Position texture at the center of the area.
Scale2 Scale texture to fill the whole area.
KeepMinAspect3 Scale texture keeping aspect so, that it fits in the area.
KeepMaxAspect4 Scale texture keeping aspect so, that it covers the whole area.
See Also