C1.Chart.Annotation Namespace : AnnotationAttachment Enumeration |
'Declaration
Public Enum AnnotationAttachment Inherits System.Enum
'Usage
Dim instance As AnnotationAttachment
public enum AnnotationAttachment : System.Enum
public enum class AnnotationAttachment : public System.Enum
Member | Description |
---|---|
Absolute | The annotation point is specified in control's pixel coordinates. |
DataCoordinate | Annotation point is specified in data coordinates. |
DataIndex | Coordinates of the annotation point are defined by the data series index and the data point index. |
Relative | Annotation point is specified as a relative position inside the control where (0,0) is the top left corner and (1,1) is the bottom right corner. |
System.Object
System.ValueType
System.Enum
C1.Chart.Annotation.AnnotationAttachment
Target Platforms: 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