Class SvgLegend
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents a series of series labels as an SVG path.
public class SvgLegend
- Inheritance
-
SvgLegend
- Inherited Members
- Extension Methods
Constructors
SvgLegend()
public SvgLegend()
Properties
Data
The data values to display.
public string? Data { get; set; }
Property Value
Index
The position of this path within a list.
public int Index { get; set; }
Property Value
Labels
The series labels to display.
public string Labels { get; set; }
Property Value
OnVisibilityChanged
Occurs when the Visible property has changed.
public EventCallback<SvgLegend> OnVisibilityChanged { get; set; }
Property Value
Visible
Whether the legend is displayed.
public bool Visible { get; set; }
Property Value
Methods
HandleCheckboxChangeAsync()
Toggles the visibility of this legend.
public Task HandleCheckboxChangeAsync()