Commented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleCommented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleSource code checked in, #0726d9ef4887
#10170 Improve performance of CohenSutherlandClipping
View ArticleNew Post: Context menu broken in the latest Nuget package?
should be fixed. see new example for Wpf.
View ArticleCommented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleNew Post: Context menu broken in the latest Nuget package?
sorry, I forgot to add some files. Will fix this tomorrow.
View ArticleNew Post: Tracker Position in Winforms
Here's an exampleTracker Winforms Example On further testing, it seems to be in relation to where you place the plot control relative to other controls. If other controls are placed to the left of the...
View ArticleSource code checked in, #5ec0fdea17aa
Breaking changes: change Points property of DataPointSeries, change Points2 property of AreaSeries, change Points property of ScatterSeries. Remove IDataPoint, change point validation checks...
View ArticleEdited Unassigned: iOS invalidate plot control when changing orientation [10143]
when changing between portrait and landscape orientation, the plot control should be invalidated
View ArticleCommented Unassigned: iOS invalidate plot control when changing orientation...
when changing between portrait and landscape orientation, the plot control should be invalidatedComments: I see this can be handled by overriding the DidRotate method in the controller. But it would be...
View ArticleNew Post: Scatter Plot with 3 Axis, One a LinearColorAxis
Hi, i am wanting to create a plot which has three axes: 1. along the bottom of one scale (LinearAxis); 2. along the left side (LinearAxis) of another scale; and 3. along the right side...
View ArticleSource code checked in, #6de063aa2fe0
Disable CS 1718 warning (NaN test by equal expression)
View ArticleSource code checked in, #4864add24799
iOS: correct text measurement (use CTLine.GetImageBounds)
View Article