Class StockChartAreaModel
Interface for a class StockChartArea
Inheritance
System.Object
StockChartAreaModel
Implements
System.IEquatable<StockChartAreaModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartAreaModel : Object, IEquatable<StockChartAreaModel>
Constructors
StockChartAreaModel()
Declaration
public StockChartAreaModel()
Properties
Background
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
Options to customize the border of the chart area.
Declaration
public StockChartBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
StockChartBorderModel |
Opacity
The opacity for background.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(StockChartAreaModel)
Returns a boolean by comparing with stockChartAreaModel
Declaration
public bool Equals(StockChartAreaModel stockChartAreaModel)
Parameters
Type | Name | Description |
---|---|---|
StockChartAreaModel | stockChartAreaModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>