A control used to draw line charts.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C# Copy Code |
---|
public class LineChart : BiaxialChart |
Visual Basic Copy Code |
---|
Public Class LineChart |
This is a Dashboard whose default configuration contains a Plot2D, XAxisRenderer, YAxisRenderer and a LineRenderer. Setting the LineType property switches the default renderer between LineRenderer and StepRenderer.
System.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.LineChart