The Chart3DAttachMethodData Class is used by chart Label objects in conjunction with the Label object AttachMethod property to identify how the Label is placed or attached to the chart. Each of the Chart3DAttachMethodData object properties are meaning only in the context of the AttachMethod value.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DAttachMethodData
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DAttachMethodData

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DAttachMethodData

See Also