menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ItemStyleBuilder

    Inheritance
    System.Object
    ItemStyleBuilder
    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 ItemStyleBuilder

    Constructors

    ItemStyleBuilder(ItemStyle)

    Declaration
    public ItemStyleBuilder(ItemStyle itemstyle)
    Parameters
    Type Name Description
    ItemStyle itemstyle

    Methods

    Border(Action<ChartBorderBuilder>)

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

    Height(Int32)

    Declaration
    public ItemStyleBuilder Height(int Height)
    Parameters
    Type Name Description
    System.Int32 Height
    Returns
    Type Description
    ItemStyleBuilder

    Width(Int32)

    Declaration
    public ItemStyleBuilder Width(int Width)
    Parameters
    Type Name Description
    System.Int32 Width
    Returns
    Type Description
    ItemStyleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved