    

 ## On this page

  

 

 # Interface IOperationsHeatmapNumericAxis2DViewModel

 Last update: 16.07.2025 

Namespace: [VM.Operations.Post.Interfaces](VM.Operations.Post.Interfaces.md)  
Assembly: VM.Operations.Post.dll

```csharp
public interface IOperationsHeatmapNumericAxis2DViewModel

```

## Properties

### Digit

Get or Set the size for digit of label format

```csharp
int Digit { get; set; }

```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### FontColor

Get or Set the font color of font

```csharp
Color FontColor { get; set; }

```

#### Property Value

[Color](https://learn.microsoft.com/dotnet/api/system.windows.media.color)

### FontFace

Get or Set the font face of font

```csharp
FontFamily FontFace { get; set; }

```

#### Property Value

[FontFamily](https://learn.microsoft.com/dotnet/api/system.windows.media.fontfamily)

### FontSize

Get or Set the font size of font

```csharp
double FontSize { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### FontStyle

Get or Set the font style of font

```csharp
FontStyle FontStyle { get; set; }

```

#### Property Value

[FontStyle](https://learn.microsoft.com/dotnet/api/system.windows.fontstyle)

### FontWeight

Get or Set the font weight of font

```csharp
FontWeight FontWeight { get; set; }

```

#### Property Value

[FontWeight](https://learn.microsoft.com/dotnet/api/system.windows.fontweight)

### General

Get or Set the flag for the default of label format.

```csharp
bool General { get; set; }

```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### LabelFormatType

Get or Set the LabelFormatType of label format. It has Exponential, Number.

```csharp
LabelFormatType LabelFormatType { get; set; }

```

#### Property Value

LabelFormatType

### ScaleInterval

Get or Set the value for the interval of scale

```csharp
double ScaleInterval { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### ScaleMax

Get or Set the value for the maximum of scale.

```csharp
double ScaleMax { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### ScaleMin

Get or Set the value for the minimum of Scale.

```csharp
double ScaleMin { get; set; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)