Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartSettingsChartAreaModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartSettingsChartAreaModel

    Interface for a class PivotChartSettingsChartArea

    Inheritance
    System.Object
    PivotChartSettingsChartAreaModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartSettingsChartAreaModel : Object

    Constructors

    PivotChartSettingsChartAreaModel()

    Declaration
    public PivotChartSettingsChartAreaModel()

    Properties

    Background

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

    Declaration
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    Border

    Allows options to customize the border of the chart area.

    Declaration
    public object Border { get; set; }
    Property Value
    Type Description
    System.Object

    Opacity

    Allows to set the opacity for background.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved