menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ShapeSetting

    Inheritance
    System.Object
    EJTagHelper
    ShapeSetting
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ShapeSetting : EJTagHelper

    Constructors

    ShapeSetting()

    Declaration
    public ShapeSetting()

    Properties

    AutoFill

    Declaration
    [JsonProperty("autoFill")]
    public bool AutoFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    ColorMappings

    Declaration
    [JsonProperty("colorMappings")]
    public ColorMapping ColorMappings { get; set; }
    Property Value
    Type Description
    ColorMapping

    ColorPalette

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("colorPalette")]
    public ColorPalette ColorPalette { get; set; }
    Property Value
    Type Description
    ColorPalette

    ColorPath

    Declaration
    [JsonProperty("colorPath")]
    public string ColorPath { get; set; }
    Property Value
    Type Description
    System.String

    ColorValuePath

    Declaration
    [JsonProperty("colorValuePath")]
    public string ColorValuePath { get; set; }
    Property Value
    Type Description
    System.String

    CustomPalette

    Declaration
    [JsonProperty("customPalette")]
    public List<string> CustomPalette { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    EnableGradient

    Declaration
    [JsonProperty("enableGradient")]
    public bool EnableGradient { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

    Declaration
    [JsonProperty("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    HighlightBorderWidth

    Declaration
    [JsonProperty("highlightBorderWidth")]
    public double HighlightBorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    HighlightColor

    Declaration
    [JsonProperty("highlightColor")]
    public string HighlightColor { get; set; }
    Property Value
    Type Description
    System.String

    HighlightStroke

    Declaration
    [JsonProperty("HighlightStroke")]
    public string HighlightStroke { get; set; }
    Property Value
    Type Description
    System.String

    Radius

    Declaration
    [JsonProperty("radius")]
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double

    SelectionColor

    Declaration
    [JsonProperty("selectionColor")]
    public string SelectionColor { get; set; }
    Property Value
    Type Description
    System.String

    SelectionStroke

    Declaration
    [JsonProperty("selectionStroke")]
    public string SelectionStroke { get; set; }
    Property Value
    Type Description
    System.String

    SelectionStrokeWidth

    Declaration
    [JsonProperty("selectionStrokeWidth")]
    public double SelectionStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Stroke

    Declaration
    [JsonProperty("stroke")]
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    StrokeThickness

    Declaration
    [JsonProperty("strokeThickness")]
    public double StrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double

    ValuePath

    Declaration
    [JsonProperty("valuePath")]
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved