Class SFChartLegendIcon
Represents the icon for the chart legend.
Inheritance
System.Object
SFChartLegendIcon
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartLegendIcon : Enum
Fields
Circle
Renders the Circle.
Declaration
public const SFChartLegendIcon Circle
Field Value
Type |
---|
SFChartLegendIcon |
Cross
Renders the Cross.
Declaration
public const SFChartLegendIcon Cross
Field Value
Type |
---|
SFChartLegendIcon |
Diamond
Renders the Diamond.
Declaration
public const SFChartLegendIcon Diamond
Field Value
Type |
---|
SFChartLegendIcon |
Hexagon
Renders the Hexagon.
Declaration
public const SFChartLegendIcon Hexagon
Field Value
Type |
---|
SFChartLegendIcon |
HorizontalLine
Renders the HorizontalLine.
Declaration
public const SFChartLegendIcon HorizontalLine
Field Value
Type |
---|
SFChartLegendIcon |
InvertedTriangle
Renders the Inverted Triangle.
Declaration
public const SFChartLegendIcon InvertedTriangle
Field Value
Type |
---|
SFChartLegendIcon |
None
Renders no icon. This is default option.
Declaration
public const SFChartLegendIcon None
Field Value
Type |
---|
SFChartLegendIcon |
Pentagon
Renders the Pentagon.
Declaration
public const SFChartLegendIcon Pentagon
Field Value
Type |
---|
SFChartLegendIcon |
Plus
Renders the Plus.
Declaration
public const SFChartLegendIcon Plus
Field Value
Type |
---|
SFChartLegendIcon |
Rectangle
Renders the Rectangular Icon.
Declaration
public const SFChartLegendIcon Rectangle
Field Value
Type |
---|
SFChartLegendIcon |
SeriesType
Renders the shape of Series type.
Declaration
public const SFChartLegendIcon SeriesType
Field Value
Type |
---|
SFChartLegendIcon |
Triangle
Renders the Triangle.
Declaration
public const SFChartLegendIcon Triangle
Field Value
Type |
---|
SFChartLegendIcon |
VerticalLine
Renders the VerticalLine.
Declaration
public const SFChartLegendIcon VerticalLine
Field Value
Type |
---|
SFChartLegendIcon |