Class RangeBandSettingsModel
Interface for a class RangeBandSettings
Inheritance
System.Object
RangeBandSettingsModel
Implements
System.IEquatable<RangeBandSettingsModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeBandSettingsModel : Object, IEquatable<RangeBandSettingsModel>
Constructors
RangeBandSettingsModel()
Declaration
public RangeBandSettingsModel()
Properties
Color
To configure sparkline rangeband color
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndRange
To configure sparkline end range
Declaration
public double EndRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Opacity
To configure sparkline rangeband opacity
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartRange
To configure sparkline start range
Declaration
public double StartRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(RangeBandSettingsModel)
Returns a boolean by comparing with rangeBandSettingsModel
Declaration
public bool Equals(RangeBandSettingsModel rangeBandSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
RangeBandSettingsModel | rangeBandSettingsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>