Search
Plot3D Class
Remarks 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

 Remarks

This component implements drawing surface for renderers that work in 3D Cartesian coordinate system, such as BarRenderer3D, BarStackRenderer3D, BarOverlayRenderer3D.

 Inheritance Hierarchy

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

 See Also