Represents regular grid data layout.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[DefaultMemberAttribute("Item")]
public class Chart3DDataSetGrid : Chart3DDataSet
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultMemberAttribute("Item")> _
Public Class Chart3DDataSetGrid _
	Inherits Chart3DDataSet

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DDataSet
    C1.Win.C1Chart3D..::..Chart3DDataSetGrid
      C1.Win.C1Chart3D..::..Chart3DDataSetIrGrid

See Also