Class LegendShape
Defines the shape of legend in the treemap component.
Inheritance
System.Object
LegendShape
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendShape : Enum
Fields
Circle
Defines the legend shape as circle.
Declaration
public const LegendShape Circle
Field Value
Type |
---|
LegendShape |
Cross
Defines the legend shape as cross.
Declaration
public const LegendShape Cross
Field Value
Type |
---|
LegendShape |
Diamond
Defines the legend shape as diamond.
Declaration
public const LegendShape Diamond
Field Value
Type |
---|
LegendShape |
HorizontalLine
Defines the legend shape as horizontal line.
Declaration
public const LegendShape HorizontalLine
Field Value
Type |
---|
LegendShape |
Image
Defines the legend shape as image.
Declaration
public const LegendShape Image
Field Value
Type |
---|
LegendShape |
InvertedTriangle
Defines the legend shape as inverted triangle.
Declaration
public const LegendShape InvertedTriangle
Field Value
Type |
---|
LegendShape |
Pentagon
Defines the legend shape as pentagon.
Declaration
public const LegendShape Pentagon
Field Value
Type |
---|
LegendShape |
Rectangle
Defines the legend shape as rectangle.
Declaration
public const LegendShape Rectangle
Field Value
Type |
---|
LegendShape |
Star
Defines the legend shape as star.
Declaration
public const LegendShape Star
Field Value
Type |
---|
LegendShape |
Triangle
Defines the legend shape as triangle.
Declaration
public const LegendShape Triangle
Field Value
Type |
---|
LegendShape |
VerticalLine
Defines the legend shape as vertical line.
Declaration
public const LegendShape VerticalLine
Field Value
Type |
---|
LegendShape |