Table of Contents

Class SvgText

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

Represents a piece of text as an SVG path.

public class SvgText
Inheritance
SvgText
Inherited Members
Extension Methods

Constructors

SvgText()

public SvgText()

Properties

Value

The text to display.

public string Value { get; set; }

Property Value

string

X

The horizontal position of the text.

public double X { get; set; }

Property Value

double

Y

The vertical position of the text.

public double Y { get; set; }

Property Value

double