Class ChartLegendIconType
Represents the icon symbol for the chart legend.
Inheritance
System.Object
ChartLegendIconType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartLegendIconType : Enum
Fields
Circle
Indicates the circle icon.
Declaration
public const ChartLegendIconType Circle
Field Value
Type |
---|
ChartLegendIconType |
Cross
Indicates the cross icon.
Declaration
public const ChartLegendIconType Cross
Field Value
Type |
---|
ChartLegendIconType |
Diamond
Indicates the diamond icon.
Declaration
public const ChartLegendIconType Diamond
Field Value
Type |
---|
ChartLegendIconType |
Hexagon
Indicates the hexagon icon.
Declaration
public const ChartLegendIconType Hexagon
Field Value
Type |
---|
ChartLegendIconType |
HorizontalLine
Indicates the horizontal line icon.
Declaration
public const ChartLegendIconType HorizontalLine
Field Value
Type |
---|
ChartLegendIconType |
InvertedTriangle
Indicates the inverted triangle icon.
Declaration
public const ChartLegendIconType InvertedTriangle
Field Value
Type |
---|
ChartLegendIconType |
Pentagon
Indicates the pentagon icon.
Declaration
public const ChartLegendIconType Pentagon
Field Value
Type |
---|
ChartLegendIconType |
Plus
Indicates the plus icon.
Declaration
public const ChartLegendIconType Plus
Field Value
Type |
---|
ChartLegendIconType |
Rectangle
Indicates the rectangle icon.
Declaration
public const ChartLegendIconType Rectangle
Field Value
Type |
---|
ChartLegendIconType |
SeriesType
Indicates the predefined icons based on the series type.
Declaration
public const ChartLegendIconType SeriesType
Field Value
Type |
---|
ChartLegendIconType |
Triangle
Indicates the triangle icon.
Declaration
public const ChartLegendIconType Triangle
Field Value
Type |
---|
ChartLegendIconType |
VerticalLine
Indicates the vertical line icon.
Declaration
public const ChartLegendIconType VerticalLine
Field Value
Type |
---|
ChartLegendIconType |