Blazor

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

    Show / Hide Table of Contents

    Class ClientXY

    Specifies Class for ClientXY

    Inheritance
    System.Object
    ClientXY
    HeatMapMouseEventArgs
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClientXY : Object

    Constructors

    ClientXY()

    Declaration
    public ClientXY()

    Properties

    ClientX

    Specifies ClientX value.

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

    ClientY

    Specifies ClientY value.

    Declaration
    public double ClientY { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved