Class OffsetModel
Represents a two-dimensional offset with X and Y coordinate values, serving as the base point model for chart positioning calculations.
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class OffsetModel
Constructors
OffsetModel()
Declaration
public OffsetModel()
Properties
X
Gets or sets the horizontal (x-axis) offset value.
Declaration
public double X { get; set; }
Property Value
| Type |
|---|
| double |
Y
Gets or sets the vertical (y-axis) offset value.
Declaration
public double Y { get; set; }
Property Value
| Type |
|---|
| double |