Class OffsetModel
Interface for a class Offset
Inheritance
System.Object
OffsetModel
Implements
System.IEquatable<OffsetModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class OffsetModel : Object, IEquatable<OffsetModel>
Constructors
OffsetModel()
Declaration
public OffsetModel()
Properties
X
x value of the marker position
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
y value of the marker position
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(OffsetModel)
Returns a boolean by comparing with offsetModel
Declaration
public bool Equals(OffsetModel offsetModel)
Parameters
Type | Name | Description |
---|---|---|
OffsetModel | offsetModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>