Class OffsetModel
Set and gets the stockchart series marker offset position.
Inheritance
System.Object
OffsetModel
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class OffsetModel : OwningComponentBase
Constructors
OffsetModel()
Declaration
public OffsetModel()
Properties
X
x value of the marker position.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
y value of the marker position.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |