Class LegendSourceType
Defines the constants that specify the element type of legend.
Inheritance
System.Object
LegendSourceType
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public sealed class LegendSourceType : Enum
Fields
Bubble
Legend is based upon the bubble color mapping.
Declaration
public const LegendSourceType Bubble
Field Value
Type |
---|
LegendSourceType |
Shape
Legend is based upon the shape color mapping.
Declaration
public const LegendSourceType Shape
Field Value
Type |
---|
LegendSourceType |