menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartSettingsChartAreaBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPivotChartSettingsChartAreaBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartSettingsChartAreaBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSettingsChartAreaBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartSettingsChartAreaBuilder()

    Declaration
    public PivotViewPivotChartSettingsChartAreaBuilder()

    PivotViewPivotChartSettingsChartAreaBuilder(PivotViewPivotChartSettingsChartArea)

    Declaration
    public PivotViewPivotChartSettingsChartAreaBuilder(PivotViewPivotChartSettingsChartArea model)
    Parameters
    Type Name Description
    PivotViewPivotChartSettingsChartArea model

    Methods

    Background(String)

    Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public PivotViewPivotChartSettingsChartAreaBuilder Background(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PivotViewPivotChartSettingsChartAreaBuilder

    Border(Object)

    Allows options to customize the border of the chart area.

    Declaration
    public PivotViewPivotChartSettingsChartAreaBuilder Border(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSettingsChartAreaBuilder

    Opacity(Double)

    Allows to set the opacity for background.

    Declaration
    public PivotViewPivotChartSettingsChartAreaBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSettingsChartAreaBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved