A Chart3DLabel object is an independent text annotation that can be attached to the chart.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DLabel : baseChartRect, 
	IDisposable
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DLabel _
	Inherits baseChartRect _
	Implements IDisposable

Inheritance Hierarchy

System..::..Object
  baseChartRect
    C1.Win.C1Chart3D..::..Chart3DLabel

See Also