Version

LabelRenderLocation Enumeration

Possible locations where a label can render.
Syntax
'Declaration
 
Public Enum LabelRenderLocation 
   Inherits System.Enum
public enum LabelRenderLocation : System.Enum 
Members
MemberDescription
AdornmentLayerReserved for the internal use of the UltraChart charting infrastructure.
AxisReserved for the internal use of the UltraChart charting infrastructure.
ChartLayerReserved for the internal use of the UltraChart charting infrastructure.
GridLayerReserved for the internal use of the UltraChart charting infrastructure.
TitleLayerReserved for the internal use of the UltraChart charting infrastructure.
Remarks

This enumeration is used internally by the UltraChart charting infrastructure, and it should not be necessary to access it from application code.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also