AcManager.Controls.OxyPlotGraphViewer.CatmulLineSeries.CatmulLineSeries C# (CSharp) 메소드

CatmulLineSeries() 공개 메소드

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

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