Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OffsetModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved