Blazor

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

    Show / Hide Table of Contents

    Class ChartAreaModel

    Interface for a class ChartArea

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

    Constructors

    ChartAreaModel()

    Declaration
    public ChartAreaModel()

    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

    BackgroundImage

    Allows to set the background image of the chart area that accepts value in string as url link or location of an image.

    Declaration
    public string BackgroundImage { 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 to the background of the chart area.

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