Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify line assignment in CoreLineSeries class
Removed unnecessary .ToArray() call in line assignment within the CoreLineSeries class. This change avoids creating an array, potentially improving performance and allowing the data to be handled in its original enumerable or collection form.
- Loading branch information