Interface IOperationsSimpleMathLineDataSeriesViewModel Last update: 03.07.2024 Namespace: VM.Operations.Post.Interfaces Assembly: VM.Operations.Post.dll public interface IOperationsSimpleMathLineDataSeriesViewModel Properties MathType Get or Set the type of simple math. It has Add, Subtract, Multiply. SimpleMathType MathType { get; set; } Property Value SimpleMathType Points Get or Set the number of the data points for interpolation. int Points { get; set; } Property Value int