Class LegendSettingBuilder
Inheritance
System.Object
LegendSettingBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class LegendSettingBuilder
Constructors
LegendSettingBuilder(MapLegendSetting, ShapeLayer)
Declaration
public LegendSettingBuilder(MapLegendSetting legendSetting, ShapeLayer layer)
Parameters
Fields
legendSetting
Declaration
public MapLegendSetting legendSetting
Field Value
shapeLayer
Declaration
public ShapeLayer shapeLayer
Field Value
Methods
Alignment(MapAlignment)
Declaration
public LegendSettingBuilder Alignment(MapAlignment alignment)
Parameters
Returns
ColumnCount(Int32)
Declaration
public LegendSettingBuilder ColumnCount(int columnCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
columnCount |
|
Returns
ColumnSpacing(Double)
Declaration
public LegendSettingBuilder ColumnSpacing(double columnSpacing)
Parameters
| Type |
Name |
Description |
| System.Double |
columnSpacing |
|
Returns
DockOnMap(Boolean)
Declaration
public LegendSettingBuilder DockOnMap(bool dockOnMap)
Parameters
| Type |
Name |
Description |
| System.Boolean |
dockOnMap |
|
Returns
DockPosition(Position)
Declaration
public LegendSettingBuilder DockPosition(Position legendDockPosition)
Parameters
| Type |
Name |
Description |
| Position |
legendDockPosition |
|
Returns
Height(Double)
Declaration
public LegendSettingBuilder Height(double legendHeight)
Parameters
| Type |
Name |
Description |
| System.Double |
legendHeight |
|
Returns
Icon(LegendIcons)
Declaration
public LegendSettingBuilder Icon(LegendIcons legendIcon)
Parameters
Returns
IconHeight(Double)
Declaration
public LegendSettingBuilder IconHeight(double legendIconHeight)
Parameters
| Type |
Name |
Description |
| System.Double |
legendIconHeight |
|
Returns
IconWidth(Double)
Declaration
public LegendSettingBuilder IconWidth(double legendIconHeight)
Parameters
| Type |
Name |
Description |
| System.Double |
legendIconHeight |
|
Returns
LabelOrientation(LabelOrientation)
Declaration
public LegendSettingBuilder LabelOrientation(LabelOrientation LabelOrientation)
Parameters
Returns
LeftLabel(String)
Declaration
public LegendSettingBuilder LeftLabel(string legendLeftLabel)
Parameters
| Type |
Name |
Description |
| System.String |
legendLeftLabel |
|
Returns
Mode(LegendMode)
Declaration
public LegendSettingBuilder Mode(LegendMode legendMode)
Parameters
Returns
Position(DockPosition)
Declaration
public LegendSettingBuilder Position(DockPosition LegendPosition)
Parameters
Returns
PositionX(Double)
Declaration
public LegendSettingBuilder PositionX(double legendPositionX)
Parameters
| Type |
Name |
Description |
| System.Double |
legendPositionX |
|
Returns
PositionY(Double)
Declaration
public LegendSettingBuilder PositionY(double legendPositionY)
Parameters
| Type |
Name |
Description |
| System.Double |
legendPositionY |
|
Returns
RightLabel(String)
Declaration
public LegendSettingBuilder RightLabel(string legendRightLabel)
Parameters
| Type |
Name |
Description |
| System.String |
legendRightLabel |
|
Returns
RowSpacing(Double)
Declaration
public LegendSettingBuilder RowSpacing(double rowSpacing)
Parameters
| Type |
Name |
Description |
| System.Double |
rowSpacing |
|
Returns
ShowLabels(Boolean)
Declaration
public LegendSettingBuilder ShowLabels(bool showLabels)
Parameters
| Type |
Name |
Description |
| System.Boolean |
showLabels |
|
Returns
ShowLegend(Boolean)
Declaration
public LegendSettingBuilder ShowLegend(bool showLegend)
Parameters
| Type |
Name |
Description |
| System.Boolean |
showLegend |
|
Returns
TextPath(String)
Declaration
public LegendSettingBuilder TextPath(string textPath)
Parameters
| Type |
Name |
Description |
| System.String |
textPath |
|
Returns
Title(String)
Declaration
public LegendSettingBuilder Title(string legendTitle)
Parameters
| Type |
Name |
Description |
| System.String |
legendTitle |
|
Returns
ToggleVisibility(Boolean)
Declaration
public LegendSettingBuilder ToggleVisibility(bool toggleVisibility)
Parameters
| Type |
Name |
Description |
| System.Boolean |
toggleVisibility |
|
Returns
Type(LegendType)
Declaration
public LegendSettingBuilder Type(LegendType legendType)
Parameters
Returns
Width(Double)
Declaration
public LegendSettingBuilder Width(double legendWidth)
Parameters
| Type |
Name |
Description |
| System.Double |
legendWidth |
|
Returns