    

 ## On this page

  

 

 # Interface IOperationsAxisViewModelBase

 Last update: 16.07.2025 

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

```csharp
public interface IOperationsAxisViewModelBase

```

## Properties

### Title

Get or Set the name of title.

```csharp
string Title { get; set; }

```

#### Property Value

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

### TitleSize

Get or Set the size of title.

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

```

#### Property Value

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

### TitleWeight

Get or Set the font weight of title.

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

```

#### Property Value

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