menu

Blazor

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

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved