v2.49.2 36 Tests Passed
nuget server name Added Last and Log10 to json Simplified by adding loop variables Simplified by only drawling using FillEllipse Added GetImageBytes back to prove-in ChartJs
This commit is contained in:
@ -275,10 +275,10 @@ public partial class ProcessData : IProcessData
|
||||
UniqueId = string.Concat(uniqueId, "_Point-", profilePoint.Number),
|
||||
Number = profilePoint.Number.ToString(),
|
||||
Depth = profilePoint.Depth.ToString(),
|
||||
Raw = profilePoint.Raw.ToString(),
|
||||
Edited = string.Concat(profilePoint.Edited),
|
||||
Raw = profilePoint.ResistanceRaw.ToString(),
|
||||
Edited = string.Concat(profilePoint.ResistanceEdited),
|
||||
Resistivity = string.Concat(profilePoint.Resistivity),
|
||||
CD = string.Concat(profilePoint.CD),
|
||||
CD = string.Concat(profilePoint.Concentration),
|
||||
};
|
||||
details.Add(detail);
|
||||
}
|
||||
|
Reference in New Issue
Block a user