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
DataMarkerTooltipSubtitleFormat
Tooltip subtitle format for the series. Supported tags are {{SERIES_NAME}}, {{X_VALUE}} and {{Y_VALUE}}.
public string? DataMarkerTooltipSubtitleFormat { get; set; }
Property Value
DataMarkerTooltipTitleFormat
Tooltip title format for the series. Supported tags are {{SERIES_NAME}}, {{X_VALUE}} and {{Y_VALUE}}.
public string DataMarkerTooltipTitleFormat { get; set; }
Property Value
DataMarkerTooltipYValueFormat
Tooltip YValue format for the series. It is used to format the {{Y_VALUE}} tag.
public string? DataMarkerTooltipYValueFormat { get; set; }
Property Value
FillOpacity
public double FillOpacity { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
LineDisplayType
public LineDisplayType LineDisplayType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ShowDataMarkers
Shows points at datapoints on line and area charts.
public bool ShowDataMarkers { get; set; }
Property Value
StrokeOpacity
public double StrokeOpacity { get; set; }
Property Value
Type
[Obsolete("Use LineDisplayType instead. This will be removed in a future major version.", false)]
public TimeSeriesDisplayType Type { get; set; }