Table of Contents

Class MudTimeSeriesChartBase

Namespace
MudBlazor
Assembly
MudBlazor.dll
public abstract class MudTimeSeriesChartBase : MudChartBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudTimeSeriesChartBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

MudTimeSeriesChartBase()

protected MudTimeSeriesChartBase()

Properties

ChartSeries

The series of values to display.

[Parameter]
[Category("Behavior")]
public List<TimeSeriesChartSeries> ChartSeries { get; set; }

Property Value

List<TimeSeriesChartSeries>

TimeLabelFormat

A way to specify datetime formats for timestamp labels, default of HH:mm.

[Parameter]
[Category("Behavior")]
public string TimeLabelFormat { get; set; }

Property Value

string

TimeLabelSpacing

A way to have minimum spacing between timestamp labels, default of 5 minutes.

[Parameter]
[Category("Behavior")]
public TimeSpan TimeLabelSpacing { get; set; }

Property Value

TimeSpan

XAxisTitle

Specifies the title for the X axis.

[Parameter]
[Category("Behavior")]
public string? XAxisTitle { get; set; }

Property Value

string

YAxisTitle

Specifies the title for the Y axis.

[Parameter]
[Category("Behavior")]
public string? YAxisTitle { get; set; }

Property Value

string