ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartSettingsChartAreaBuilder

    Inheritance
    System.Object
    ControlBuilder
    PivotViewPivotChartSettingsChartAreaBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    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 Description
    PivotViewPivotChartSettingsChartAreaBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved