Table of Contents

Class HeatMapCell

Namespace
MudBlazor.Charts
Assembly
MudBlazor.dll
public class HeatMapCell
Inheritance
HeatMapCell
Inherited Members
Extension Methods

Constructors

HeatMapCell()

public 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?