Class Shape
Defines the shape of legend. They are Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Pentagon - Renders a pentagon.
Inheritance
System.Object
Shape
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Shape : Enum
Fields
Circle
Circle - Renders a circle.
Declaration
public const Shape Circle
Field Value
Type |
---|
Shape |
Diamond
Diamond - Renders a diamond.
Declaration
public const Shape Diamond
Field Value
Type |
---|
Shape |
Pentagon
Pentagon - Renders a pentagon.
Declaration
public const Shape Pentagon
Field Value
Type |
---|
Shape |
Rectangle
Rectangle - Renders a rectangle.
Declaration
public const Shape Rectangle
Field Value
Type |
---|
Shape |
Triangle
Triangle - Renders a triangle.
Declaration
public const Shape Triangle
Field Value
Type |
---|
Shape |