Class IFeatureBarBounds
Interface for feature bar bounds
Inheritance
System.Object
IFeatureBarBounds
Implements
System.IEquatable<IFeatureBarBounds>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IFeatureBarBounds : Object, IEquatable<IFeatureBarBounds>
Constructors
IFeatureBarBounds()
Declaration
public IFeatureBarBounds()
Properties
Height
Defines the height of the feature bar
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Defines the width of the feature bar
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X
Defines point x values
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Defines point y values
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(IFeatureBarBounds)
Returns a boolean by comparing iFeatureBarBounds
Declaration
public bool Equals(IFeatureBarBounds iFeatureBarBounds)
Parameters
Type | Name | Description |
---|---|---|
IFeatureBarBounds | iFeatureBarBounds |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>