AcManager.Controls.OxyPlotGraphViewer.CatmulLineSeries.CatmulLineSeries C# (CSharp) Méthode

CatmulLineSeries() public méthode

public CatmulLineSeries ( double smoothessMultipler = 0.1 ) : System
smoothessMultipler double
Résultat System
            public CatmulLineSeries(double smoothessMultipler = 0.1) {
                _smoothessMultipler = smoothessMultipler;

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