A control used to draw area charts.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
SyntaxC#
Copy Code
|
|---|
public class AreaChart : BiaxialChart |
Visual Basic
Copy Code
|
|---|
Public Class AreaChart |
RemarksThis is a Dashboard whose default configuration contains a Plot2D, XAxisRenderer, YAxisRenderer and an AreaRenderer. Setting the LineType property switches the default renderer between AreaRenderer and StepAreaRenderer.
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
MindFusion.Charting.WinForms.Dashboard
MindFusion.Charting.WinForms.Chart
MindFusion.Charting.WinForms.BiaxialChart
MindFusion.Charting.WinForms.AreaChart
See Also