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
TimeLabelFormat
A way to specify datetime formats for timestamp labels, default of HH:mm.
[Parameter]
[Category("Behavior")]
public string TimeLabelFormat { get; set; }
Property Value
TimeLabelSpacing
A way to have minimum spacing between timestamp labels, default of 5 minutes.
[Parameter]
[Category("Behavior")]
public TimeSpan TimeLabelSpacing { get; set; }
Property Value
XAxisTitle
Specifies the title for the X axis.
[Parameter]
[Category("Behavior")]
public string? XAxisTitle { get; set; }
Property Value
YAxisTitle
Specifies the title for the Y axis.
[Parameter]
[Category("Behavior")]
public string? YAxisTitle { get; set; }