Search
Plot3D Class
See Also
 






A plot whose series are rendered relatively to a three-dimensional Cartesian coordinate system.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class Plot3D : Plot2D

Visual Basic  Copy Code

Public Class Plot3D
    Inherits Plot2D

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Components.Component
        MindFusion.Charting.Plot
            MindFusion.Charting.Plot2D
                MindFusion.Charting.Plot3D

 See Also