Class HeatMapCell
- Namespace
- MudBlazor.Charts
- Assembly
- MudBlazor.dll
- Inheritance
-
HeatMapCell
- Inherited Members
-
- Extension Methods
-
Constructors
HeatMapCell()
Properties
Column
public int Column { get; set; }
Property Value
- int
CustomFragment
public RenderFragment? CustomFragment { get; set; }
Property Value
- RenderFragment
Height
public int? Height { get; set; }
Property Value
- int?
MudColor
public MudColor? MudColor { get; set; }
Property Value
- MudColor
Row
public int Row { get; set; }
Property Value
- int
Value
public double? Value { get; set; }
Property Value
- double?
Width
public int? Width { get; set; }
Property Value
- int?