Add series to graph
This commit is contained in:
@@ -8,6 +8,7 @@ namespace StructureHelperCommon.Models.Calculators
|
||||
{
|
||||
public interface IiterationResult
|
||||
{
|
||||
int MaxIterationCount { get; set; }
|
||||
int IterationNumber { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user