-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ViewModel to modify ScatterSeries configurations, including changing GeometrySize from 50 to 100 and adding a new ScatterSeries with StackGroup. In CoreScatterSeries.cs, removed _weightBounds and added _stackGroup, _minGeometrySize, and _geometrySize fields. Updated MinGeometrySize and GeometrySize properties, added StackGroup property, and modified Invalidate and GetBounds methods to use StackGroup. In SeriesContext.cs, added _weightBounds dictionary and methods to manage weight bounds. Added StackGroup property to IScatterSeries.cs.
- Loading branch information
1 parent
b372836
commit db5884d
Showing
4 changed files
with
72 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters