menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetChartOptionsBuilder<T>

    Show / Hide Table of Contents

    Class SpreadsheetChartOptionsBuilder<T>

    Specifies the class for Spreadsheet Chart option which includes height and width properties .

    Inheritance
    System.Object
    SpreadsheetChartOptionsBuilder<T>
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpreadsheetChartOptionsBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    SpreadsheetChartOptionsBuilder(SpreadsheetChartSettings)

    Initializes a new instance of the SpreadsheetChartOptionsBuilder<T> with the specified chart settings.

    Declaration
    public SpreadsheetChartOptionsBuilder(SpreadsheetChartSettings chart)
    Parameters
    Type Name Description
    SpreadsheetChartSettings chart

    The chart settings.

    Methods

    Height(Object)

    Specifies the height for the chart.

    Declaration
    public SpreadsheetChartOptionsBuilder<T> Height(object height)
    Parameters
    Type Name Description
    System.Object height

    The chart height.

    Returns
    Type Description
    SpreadsheetChartOptionsBuilder<T>

    Width(Object)

    Specifies the width for the chart.

    Declaration
    public SpreadsheetChartOptionsBuilder<T> Width(object width)
    Parameters
    Type Name Description
    System.Object width

    The chart width.

    Returns
    Type Description
    SpreadsheetChartOptionsBuilder<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved