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

    Defines the offset position of the marker in the pivot chart.

    Inheritance
    System.Object
    OffsetModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OffsetModel : Object

    Constructors

    OffsetModel()

    Declaration
    public OffsetModel()

    Properties

    X

    Defines offset left position of the marker.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    System.Int32

    Y

    Defines offset top position of the marker.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved