Class LegendIconType
Specifies the shape of icons used in legends for the SfTreeMap control.
Inheritance
System.Object
LegendIconType
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public sealed class LegendIconType : Enum
Fields
Circle
Represents a circular icon.
Declaration
public const LegendIconType Circle
Field Value
Type |
---|
LegendIconType |
Cross
Represents a cross shaped icon.
Declaration
public const LegendIconType Cross
Field Value
Type |
---|
LegendIconType |
Diamond
Represents a diamond shaped icon.
Declaration
public const LegendIconType Diamond
Field Value
Type |
---|
LegendIconType |
Hexagon
Represents a hexagonal icon.
Declaration
public const LegendIconType Hexagon
Field Value
Type |
---|
LegendIconType |
HorizontalLine
Represents a horizontal line icon.
Declaration
public const LegendIconType HorizontalLine
Field Value
Type |
---|
LegendIconType |
InvertedTriangle
Represents an inverted triangular icon.
Declaration
public const LegendIconType InvertedTriangle
Field Value
Type |
---|
LegendIconType |
Pentagon
Represents a pentagon shaped icon.
Declaration
public const LegendIconType Pentagon
Field Value
Type |
---|
LegendIconType |
Plus
Represents a plus shaped icon.
Declaration
public const LegendIconType Plus
Field Value
Type |
---|
LegendIconType |
Rectangle
Represents a rectangular icon.
Declaration
public const LegendIconType Rectangle
Field Value
Type |
---|
LegendIconType |
Triangle
Represents a triangular icon.
Declaration
public const LegendIconType Triangle
Field Value
Type |
---|
LegendIconType |
VerticalLine
Represents a vertical line icon.
Declaration
public const LegendIconType VerticalLine
Field Value
Type |
---|
LegendIconType |