Class SunburstLegendIcon
Represents SunburstLegendIcon. This enum is used to set icon for the legends of the sunburst chart.
Inheritance
System.Object
SunburstLegendIcon
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public sealed class SunburstLegendIcon : Enum
Fields
Circle
Circle legend icon will set.
Declaration
public const SunburstLegendIcon Circle
Field Value
Type |
---|
SunburstLegendIcon |
Cross
Cross legend icon will set.
Declaration
public const SunburstLegendIcon Cross
Field Value
Type |
---|
SunburstLegendIcon |
Diamond
Diamond legend icon will set.
Declaration
public const SunburstLegendIcon Diamond
Field Value
Type |
---|
SunburstLegendIcon |
Pentagon
Pentagon legend icon will set.
Declaration
public const SunburstLegendIcon Pentagon
Field Value
Type |
---|
SunburstLegendIcon |
Rectangle
Rectangle legend icon will set.
Declaration
public const SunburstLegendIcon Rectangle
Field Value
Type |
---|
SunburstLegendIcon |
Triangle
Triangle legend icon will set.
Declaration
public const SunburstLegendIcon Triangle
Field Value
Type |
---|
SunburstLegendIcon |