ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsShapeSettingsBuilder

    Show / Hide Table of Contents

    Class MapsShapeSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsShapeSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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()
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsShapeSettingsBuilder : ControlBuilder

    Constructors

    MapsShapeSettingsBuilder()

    Declaration
    public MapsShapeSettingsBuilder()

    MapsShapeSettingsBuilder(MapsShapeSettings)

    Declaration
    public MapsShapeSettingsBuilder(MapsShapeSettings model)
    Parameters
    Type Name Description
    MapsShapeSettings model

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Name Description
    MapsBorder value
    Returns
    Type Description
    MapsShapeSettingsBuilder

    Border(Action<MapsBorderBuilder>)

    Declaration
    public MapsShapeSettingsBuilder Border(Action<MapsBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<MapsBorderBuilder> border
    Returns
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    CircleRadius(Double)

    Sets and gets the radius of the shape.

    Declaration
    public MapsShapeSettingsBuilder CircleRadius(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsShapeSettingsBuilder

    ColorMapping(Action<MapsColorMappingBuilder>)

    Declaration
    public MapsShapeSettingsBuilder ColorMapping(Action<MapsColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<MapsColorMappingBuilder> colorMapping
    Returns
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Name Description
    System.Collections.Generic.List<MapsColorMapping> value
    Returns
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder

    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
    Type Description
    MapsShapeSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved