Blazor

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

    Show / Hide Table of Contents

    Class RectModel

    Interface for a class Rect

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

    Constructors

    RectModel()

    Declaration
    public RectModel()

    Properties

    Cancel

    Defines the event cancel status.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    CellColor

    Defines the cell color of a particular cell.

    Declaration
    public string CellColor { get; set; }
    Property Value
    Type Description
    System.String

    DisplayText

    Defines the cell value.

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Defines the height value.

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

    ID

    Defines ID.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    TextID

    Defines TextID.

    Declaration
    public string TextID { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Defines the current hover cell value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defines the width value.

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

    X

    Defines the X value.

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

    XIndex

    Defines the XIndex value.

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

    XLabel

    Defines the x-axis label

    Declaration
    public string XLabel { get; set; }
    Property Value
    Type Description
    System.String

    XValue

    Defines the x-axis value.

    Declaration
    public Nullable<double> XValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Y

    Defines the Y value.

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

    YIndex

    Defines the YIndex value.

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

    YLabel

    Defines the y-axis label.

    Declaration
    public string YLabel { get; set; }
    Property Value
    Type Description
    System.String

    YValue

    Defines the y-axis value.

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