Abstract base class for all types of data sets (regular grid, irregular grid and point).
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultMemberAttribute("Item")] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public abstract class Chart3DDataSet : INotifyChanges |
Visual Basic |
---|
<DefaultMemberAttribute("Item")> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public MustInherit Class Chart3DDataSet _ Implements INotifyChanges |
Inheritance Hierarchy
System..::..Object
C1.Win.C1Chart3D..::..Chart3DDataSet
C1.Win.C1Chart3D..::..Chart3DDataSetGrid
C1.Win.C1Chart3D..::..Chart3DDataSetPoint
C1.Win.C1Chart3D..::..Chart3DDataSet
C1.Win.C1Chart3D..::..Chart3DDataSetGrid
C1.Win.C1Chart3D..::..Chart3DDataSetPoint