Table of Contents

Class TimeSeriesChartSeries

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class TimeSeriesChartSeries
Inheritance
TimeSeriesChartSeries
Inherited Members
Extension Methods

Constructors

TimeSeriesChartSeries()

public TimeSeriesChartSeries()

Properties

Data

public List<TimeSeriesChartSeries.TimeValue> Data { get; set; }

Property Value

List<TimeSeriesChartSeries.TimeValue>

DataMarkerTooltipSubtitleFormat

Tooltip subtitle format for the series. Supported tags are {{SERIES_NAME}}, {{X_VALUE}} and {{Y_VALUE}}.

public string? DataMarkerTooltipSubtitleFormat { get; set; }

Property Value

string

DataMarkerTooltipTitleFormat

Tooltip title format for the series. Supported tags are {{SERIES_NAME}}, {{X_VALUE}} and {{Y_VALUE}}.

public string DataMarkerTooltipTitleFormat { get; set; }

Property Value

string

DataMarkerTooltipYValueFormat

Tooltip YValue format for the series. It is used to format the {{Y_VALUE}} tag.

public string? DataMarkerTooltipYValueFormat { get; set; }

Property Value

string

FillOpacity

public double FillOpacity { get; set; }

Property Value

double

Index

public int Index { get; set; }

Property Value

int

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

LineDisplayType

public LineDisplayType LineDisplayType { get; set; }

Property Value

LineDisplayType

Name

public string Name { get; set; }

Property Value

string

ShowDataMarkers

Shows points at datapoints on line and area charts.

public bool ShowDataMarkers { get; set; }

Property Value

bool

StrokeOpacity

public double StrokeOpacity { get; set; }

Property Value

double

Type

[Obsolete("Use LineDisplayType instead. This will be removed in a future major version.", false)]
public TimeSeriesDisplayType Type { get; set; }

Property Value

TimeSeriesDisplayType