Represents the legend of the chart.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DLegend : baseChartLegend
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DLegend _
	Inherits baseChartLegend

Inheritance Hierarchy

System..::..Object
  baseChartRect
    baseChartLegend
      C1.Win.C1Chart3D..::..Chart3DLegend

See Also