Class IBulletScaleBounds
Interface for Bullet chart scale calculations
Inheritance
System.Object
IBulletScaleBounds
Implements
System.IEquatable<IBulletScaleBounds>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IBulletScaleBounds : Object, IEquatable<IBulletScaleBounds>
Constructors
IBulletScaleBounds()
Declaration
public IBulletScaleBounds()
Properties
Object
Defines class values
Declaration
public object Object { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
RangeEndValue
Defines the end values of the ranges
Declaration
public double RangeEndValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RangeIndex
Defines the index value of the range
Declaration
public double RangeIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RangeOptions
Defines the qualitative ranges
Declaration
public RangeModel RangeOptions { get; set; }
Property Value
Type | Description |
---|---|
RangeModel |
Methods
Equals(IBulletScaleBounds)
Returns boolean value by comparing iBulletScaleBounds
Declaration
public bool Equals(IBulletScaleBounds iBulletScaleBounds)
Parameters
Type | Name | Description |
---|---|---|
IBulletScaleBounds | iBulletScaleBounds |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>