menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ItemStyle

    Inheritance
    System.Object
    EJTagHelper
    ItemStyle
    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 ItemStyle : EJTagHelper

    Constructors

    ItemStyle()

    Declaration
    public ItemStyle()

    Properties

    Border

    Gets or sets the Border of the legend item, which provides an option to customize the border of legend items.

    Declaration
    [JsonProperty("border")]
    public ChartBorder Border { get; set; }
    Property Value
    Type Description
    ChartBorder
    Remarks

    Options for customizing the border of legend items.

    Height

    Gets or sets the Height of the legend item shape, which provides option to customize legend item shape height.

    Declaration
    [JsonProperty("height")]
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Height of the shape in legend items.

    Width

    Gets or sets the Width of the legend item shape, which provides an option to customize legend item shape width.

    Declaration
    [JsonProperty("width")]
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Width of the shape in legend items.

    Methods

    ShouldSerializeBorder()

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved