Class OffsetModel
Set and gets the stockchart series marker offset position.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class OffsetModel : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
OffsetModel()
Declaration
public OffsetModel()
Properties
X
x value of the marker position.
Declaration
public double X { get; set; }
Property Value
| Type |
|---|
| double |
Y
y value of the marker position.
Declaration
public double Y { get; set; }
Property Value
| Type |
|---|
| double |