Blazor

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

    Show / Hide Table of Contents

    Class LabelOffsetModel

    Interface for a class LabelOffset

    Inheritance
    System.Object
    LabelOffsetModel
    Implements
    System.IEquatable<LabelOffsetModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LabelOffsetModel : Object, IEquatable<LabelOffsetModel>

    Constructors

    LabelOffsetModel()

    Declaration
    public LabelOffsetModel()

    Properties

    X

    To move the datalabel horizontally.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    To move the datalabel vertically.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(LabelOffsetModel)

    Returns a boolean by comparing with labelOffsetModel

    Declaration
    public bool Equals(LabelOffsetModel labelOffsetModel)
    Parameters
    Type Name Description
    LabelOffsetModel labelOffsetModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved