Search
LineChart Class
Remarks See Also
 






A control used to draw line charts.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public class LineChart : BiaxialChart

Visual Basic  Copy Code

Public Class LineChart
    Inherits BiaxialChart

 Remarks

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.

 Inheritance Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Charting.Blazor.Dashboard
            MindFusion.Charting.Blazor.Chart
                MindFusion.Charting.Blazor.BiaxialChart
                    MindFusion.Charting.Blazor.LineChart

 See Also