menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ShapeSettingBuilder

    Inheritance
    System.Object
    ShapeSettingBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ShapeSettingBuilder

    Constructors

    ShapeSettingBuilder(ShapeSetting, ShapeLayer)

    Declaration
    public ShapeSettingBuilder(ShapeSetting shapeSetting, ShapeLayer shapeFileLayer)
    Parameters
    Type Name Description
    ShapeSetting shapeSetting
    ShapeLayer shapeFileLayer

    Fields

    shapeLayer

    Declaration
    public ShapeLayer shapeLayer
    Field Value
    Type Description
    ShapeLayer

    shapeSetting

    Declaration
    public ShapeSetting shapeSetting
    Field Value
    Type Description
    ShapeSetting

    Methods

    AutoFill(Boolean)

    Declaration
    public ShapeSettingBuilder AutoFill(bool autoFill)
    Parameters
    Type Name Description
    System.Boolean autoFill
    Returns
    Type Description
    ShapeSettingBuilder

    ColorPalette(ColorPalette)

    Declaration
    public ShapeSettingBuilder ColorPalette(ColorPalette shapeColorPalette)
    Parameters
    Type Name Description
    ColorPalette shapeColorPalette
    Returns
    Type Description
    ShapeSettingBuilder

    ColorPath(String)

    Declaration
    public ShapeSettingBuilder ColorPath(string colorPath)
    Parameters
    Type Name Description
    System.String colorPath
    Returns
    Type Description
    ShapeSettingBuilder

    ColorValuePath(String)

    Declaration
    public ShapeSettingBuilder ColorValuePath(string shapeColorValuePath)
    Parameters
    Type Name Description
    System.String shapeColorValuePath
    Returns
    Type Description
    ShapeSettingBuilder

    CustomPalette(List<String>)

    Declaration
    public ShapeSettingBuilder CustomPalette(List<string> customPalette)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> customPalette
    Returns
    Type Description
    ShapeSettingBuilder

    EnableGradient(Boolean)

    Declaration
    public ShapeSettingBuilder EnableGradient(bool enableGradient)
    Parameters
    Type Name Description
    System.Boolean enableGradient
    Returns
    Type Description
    ShapeSettingBuilder

    EqualColorMappings(Action<EqualColorMappingBuilder>)

    Declaration
    public ShapeSettingBuilder EqualColorMappings(Action<EqualColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<EqualColorMappingBuilder> colorMapping
    Returns
    Type Description
    ShapeSettingBuilder

    Fill(String)

    Declaration
    public ShapeSettingBuilder Fill(string shapeFill)
    Parameters
    Type Name Description
    System.String shapeFill
    Returns
    Type Description
    ShapeSettingBuilder

    HighlightBorderWidth(Double)

    Declaration
    public ShapeSettingBuilder HighlightBorderWidth(double highlightBorderWidth)
    Parameters
    Type Name Description
    System.Double highlightBorderWidth
    Returns
    Type Description
    ShapeSettingBuilder

    HighlightColor(String)

    Declaration
    public ShapeSettingBuilder HighlightColor(string highlightColor)
    Parameters
    Type Name Description
    System.String highlightColor
    Returns
    Type Description
    ShapeSettingBuilder

    HighlightStroke(String)

    Declaration
    public ShapeSettingBuilder HighlightStroke(string HighlightStroke)
    Parameters
    Type Name Description
    System.String HighlightStroke
    Returns
    Type Description
    ShapeSettingBuilder

    Radius(Double)

    Declaration
    public ShapeSettingBuilder Radius(double Radius)
    Parameters
    Type Name Description
    System.Double Radius
    Returns
    Type Description
    ShapeSettingBuilder

    RangeColorMappings(Action<RangeColorMappingBuilder>)

    Declaration
    public ShapeSettingBuilder RangeColorMappings(Action<RangeColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<RangeColorMappingBuilder> colorMapping
    Returns
    Type Description
    ShapeSettingBuilder

    SelectionColor(String)

    Declaration
    public ShapeSettingBuilder SelectionColor(string shapeSelectionColor)
    Parameters
    Type Name Description
    System.String shapeSelectionColor
    Returns
    Type Description
    ShapeSettingBuilder

    SelectionStroke(String)

    Declaration
    public ShapeSettingBuilder SelectionStroke(string shapeSelectionStroke)
    Parameters
    Type Name Description
    System.String shapeSelectionStroke
    Returns
    Type Description
    ShapeSettingBuilder

    SelectionStrokeWidth(Double)

    Declaration
    public ShapeSettingBuilder SelectionStrokeWidth(double shapeSelectionStrokeWidth)
    Parameters
    Type Name Description
    System.Double shapeSelectionStrokeWidth
    Returns
    Type Description
    ShapeSettingBuilder

    Stroke(String)

    Declaration
    public ShapeSettingBuilder Stroke(string shapeStroke)
    Parameters
    Type Name Description
    System.String shapeStroke
    Returns
    Type Description
    ShapeSettingBuilder

    StrokeThickness(Double)

    Declaration
    public ShapeSettingBuilder StrokeThickness(double shapeStrokeThickness)
    Parameters
    Type Name Description
    System.Double shapeStrokeThickness
    Returns
    Type Description
    ShapeSettingBuilder

    ValuePath(String)

    Declaration
    public ShapeSettingBuilder ValuePath(string shapeValuePath)
    Parameters
    Type Name Description
    System.String shapeValuePath
    Returns
    Type Description
    ShapeSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved