AcManager.Controls.OxyPlotGraphViewer.CatmulLineSeries.ResetSmoothedPoints C# (CSharp) Method

ResetSmoothedPoints() protected method

protected ResetSmoothedPoints ( ) : void
return void
            protected override void ResetSmoothedPoints() {
                SmoothedPoints = CatmullRomSplineHelper.CreateSpline(ActualPoints, 0.5, Math.Abs(Math.Max(MaxX - MinX, MaxY - MinY) / 200d));
            }
        }