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 |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |