Table of Contents

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

string

Index

The position of this path within a list.

public int Index { get; set; }

Property Value

int

Labels

The series labels to display.

public string Labels { get; set; }

Property Value

string

OnVisibilityChanged

Occurs when the Visible property has changed.

public EventCallback<SvgLegend> OnVisibilityChanged { get; set; }

Property Value

EventCallback<SvgLegend>

Visible

Whether the legend is displayed.

public bool Visible { get; set; }

Property Value

bool

Methods

HandleCheckboxChangeAsync()

Toggles the visibility of this legend.

public Task HandleCheckboxChangeAsync()

Returns

Task