The Chart3DArea class describes the ChartArea of the chart. This area includes plotcube, all axes and the charted data.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DArea : baseChartArea, 
	INotifyChanges
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DArea _
	Inherits baseChartArea _
	Implements INotifyChanges

Inheritance Hierarchy

System..::..Object
  baseChartRect
    baseChartArea
      C1.Win.C1Chart3D..::..Chart3DArea

See Also