3D Labels / Attaching and Positioning 3D Chart Labels
In This Topic
Attaching and Positioning 3D Chart Labels
In This Topic

When defining a 3D Chart label, specify how and where to attach it to the chart.

The attachment method determines the basic appearance of the Chart3DLabel. The best method depends on what the Chart3DLabel is used for. C1Chart3D includes the following types of attachment methods:

The following chart illustrates the attachment methods:

Use the AttachMethod of the Chart3DLabel property to set the attachment method, and the properties of Chart3DAttachMethodData class to set the attachment point. At design time, these properties are located under AttachMethodData node in the Chart3DLabel Collection Editor.

See Also