Class MapsShapeSettingsBuilder
Inheritance
System.Object
MapsShapeSettingsBuilder
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.EJ2.dll
Syntax
public class MapsShapeSettingsBuilder : ControlBuilder
Constructors
MapsShapeSettingsBuilder()
Declaration
public MapsShapeSettingsBuilder()
MapsShapeSettingsBuilder(MapsShapeSettings)
Declaration
public MapsShapeSettingsBuilder(MapsShapeSettings model)
Parameters
Methods
Autofill(Boolean)
Enables or disables the filling of color for the shapes automatically.
Declaration
public MapsShapeSettingsBuilder Autofill(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Border(MapsBorder)
Sets and gets the options for customizing the color and width of the border for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Border(MapsBorder value)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsShapeSettingsBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
BorderColorValuePath(String)
Sets and gets the value path from the data source to set the color for the border of a particular shape in maps.
Declaration
public MapsShapeSettingsBuilder BorderColorValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BorderWidthValuePath(String)
Sets and gets the value path from the data source to set the width for the border of a particular shape in maps.
Declaration
public MapsShapeSettingsBuilder BorderWidthValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CircleRadius(Double)
Sets and gets the radius of the shape.
Declaration
public MapsShapeSettingsBuilder CircleRadius(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
ColorMapping(Action<MapsColorMappingBuilder>)
Declaration
public MapsShapeSettingsBuilder ColorMapping(Action<MapsColorMappingBuilder> colorMapping)
Parameters
Returns
ColorMapping(List<MapsColorMapping>)
Sets and gets the options to map the color for some set of the shapes in maps.
Declaration
public MapsShapeSettingsBuilder ColorMapping(List<MapsColorMapping> value)
Parameters
Returns
ColorValuePath(String)
Sets and gets the value path from the data source to set the color for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder ColorValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
DashArray(String)
Sets and gets the dash-array for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder DashArray(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Fill(String)
Sets and gets the color of the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Sets and gets the opacity for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Palette(String[])
Sets and gets a set of colors for the shapes in maps.
Declaration
public MapsShapeSettingsBuilder Palette(string[] value)
Parameters
Type |
Name |
Description |
System.String[] |
value |
|
Returns
ValuePath(String)
Sets and gets the value from the data source based on which the shape gets rendered.
Declaration
public MapsShapeSettingsBuilder ValuePath(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns