Table of Contents

Class SvgPath

Namespace
MudBlazor.Charts.SVG.Models
Assembly
MudBlazor.dll

Represents an arbitrary SVG path.

public class SvgPath
Inheritance
SvgPath
Inherited Members
Extension Methods

Constructors

SvgPath()

public SvgPath()

Properties

Data

The SVG path to draw.

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