[]
A Chart3DLabel object is an independent text annotation that can be attached to the chart.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLabel : baseChartRect, iChartRect, IDisposable
| Name | Description |
|---|---|
| Chart3DLabel() | Initializes a new instance of the Chart3DLabel class. |
| Name | Description |
|---|---|
| AttachMethod | Gets or sets the label attachment method. |
| AttachMethodData | Gets or sets the attachment data for the label. |
| Connected | Gets or sets whether a connecting line is drawn to an associated data point. |
| LabelCompass | Gets or sets the position of the label relative its specified location. |
| Location | Gets the location of label. |
| Name | Gets or sets the label name. |
| Offset | Gets or sets the offset distance from an associated data point. |
| Size | Gets the size of the label. |
| Style | Gets the Style object of the label. |
| View3D | Gets or sets the 3D-view plane of the label. |
| Name | Description |
|---|---|
| Dispose() | Clean up any resources being used by the Chart3DLabel. |
| ToString() | Returns a string that represents the current Chart3DLabel. |