Table of Contents

Class SvgCircle

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

Represents a circular shape drawn as an SVG path.

public class SvgCircle
Inheritance
SvgCircle
Inherited Members
Extension Methods

Constructors

SvgCircle()

public SvgCircle()

Properties

CX

The horizontal position of the center of the circle.

public double CX { get; set; }

Property Value

double

CY

The vertical position of the center of the circle.

public double CY { get; set; }

Property Value

double

Index

The position of this path within a list.

public int Index { get; set; }

Property Value

int

Radius

The distance from the center of the circle to the edge.

public double Radius { get; set; }

Property Value

double

StrokeDashArray

The pattern of dashes and gaps used to paint the outline of the circle.

public string StrokeDashArray { get; set; }

Property Value

string

StrokeDashOffset

The offset applied to the StrokeDashArray.

public double StrokeDashOffset { get; set; }

Property Value

double