Search
Plot2D Class
Remarks See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class Plot2D : Plot

Visual Basic  Copy Code

Public Class Plot2D
    Inherits Plot

 Remarks

This component implements drawing surface for renderers that work in 2D Cartesian coordinate system, such as AreaRenderer, StepRenderer, BarRenderer, LineRenderer. The plot can contain a combination of several renderers, each having their distinct appearance settings.

 Inheritance Hierarchy

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

 See Also