Class RectModel
Interface for a class Rect
Inherited Members
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class RectModel
Constructors
RectModel()
Declaration
public RectModel()
Properties
Cancel
Defines the event cancel status.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| bool |
CellColor
Defines the cell color of a particular cell.
Declaration
public string CellColor { get; set; }
Property Value
| Type |
|---|
| string |
DisplayText
Defines the cell value.
Declaration
public string DisplayText { get; set; }
Property Value
| Type |
|---|
| string |
Height
Defines the height value.
Declaration
public double Height { get; set; }
Property Value
| Type |
|---|
| double |
ID
Defines ID.
Declaration
public string ID { get; set; }
Property Value
| Type |
|---|
| string |
TextID
Defines TextID.
Declaration
public string TextID { get; set; }
Property Value
| Type |
|---|
| string |
Value
Defines the current hover cell value.
Declaration
public string Value { get; set; }
Property Value
| Type |
|---|
| string |
Width
Defines the width value.
Declaration
public double Width { get; set; }
Property Value
| Type |
|---|
| double |
X
Defines the X value.
Declaration
public double X { get; set; }
Property Value
| Type |
|---|
| double |
XIndex
Defines the XIndex value.
Declaration
public int XIndex { get; set; }
Property Value
| Type |
|---|
| int |
XLabel
Defines the x-axis label
Declaration
public string XLabel { get; set; }
Property Value
| Type |
|---|
| string |
XValue
Defines the x-axis value.
Declaration
public string XValue { get; set; }
Property Value
| Type |
|---|
| string |
Y
Defines the Y value.
Declaration
public double Y { get; set; }
Property Value
| Type |
|---|
| double |
YIndex
Defines the YIndex value.
Declaration
public int YIndex { get; set; }
Property Value
| Type |
|---|
| int |
YLabel
Defines the y-axis label.
Declaration
public string YLabel { get; set; }
Property Value
| Type |
|---|
| string |
YValue
Defines the y-axis value.
Declaration
public string YValue { get; set; }
Property Value
| Type |
|---|
| string |