    

 ## On this page

  

 

 # Interface IOperationsSimpleMathLineDataSeriesViewModel

 Last update: 16.07.2025 

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

```csharp
public interface IOperationsSimpleMathLineDataSeriesViewModel

```

## Properties

### MathType

Get or Set the type of simple math. It has Add, Subtract, Multiply.

```csharp
SimpleMathType MathType { get; set; }

```

#### Property Value

SimpleMathType

### Points

Get or Set the number of the data points for interpolation.

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

```

#### Property Value

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