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

CatmulLineSeries() public method

public CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System
smoothessMultipler double
return System
            public CatmulLineSeries(double smoothessMultipler = 0.1) {
                _smoothessMultipler = smoothessMultipler;

                // TrackerFormatString = FormatString;
                Smooth = SettingsHolder.Content.SmoothCurves;
                CanTrackerInterpolatePoints = SettingsHolder.Content.SmoothCurves;
            }