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 |
---|
System.Boolean |
CellColor
Defines the cell color of a particular cell.
Declaration
public string CellColor { get; set; }
Property Value
Type |
---|
System.String |
DisplayText
Defines the cell value.
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
Height
Defines the height value.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ID
Defines ID.
Declaration
public string ID { get; set; }
Property Value
Type |
---|
System.String |
TextID
Defines TextID.
Declaration
public string TextID { get; set; }
Property Value
Type |
---|
System.String |
Value
Defines the current hover cell value.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |
Width
Defines the width value.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
X
Defines the X value.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
XIndex
Defines the XIndex value.
Declaration
public int XIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
XLabel
Defines the x-axis label
Declaration
public string XLabel { get; set; }
Property Value
Type |
---|
System.String |
XValue
Defines the x-axis value.
Declaration
public string XValue { get; set; }
Property Value
Type |
---|
System.String |
Y
Defines the Y value.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |
YIndex
Defines the YIndex value.
Declaration
public int YIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
YLabel
Defines the y-axis label.
Declaration
public string YLabel { get; set; }
Property Value
Type |
---|
System.String |
YValue
Defines the y-axis value.
Declaration
public string YValue { get; set; }
Property Value
Type |
---|
System.String |