NPlot.AxesConstraint.XPixelWorldLength.XPixelWorldLength C# (CSharp) Метод

XPixelWorldLength() публичный Метод

Constructor, which defines the world pixel length only. Both y-axes will be moved by equal amounts in order to force this constraint.
public XPixelWorldLength ( double p ) : System
p double The world pixel length
Результат System
            public XPixelWorldLength(double p)
            {
                this.pWorldLength_ = p;
            }

Same methods

AxesConstraint.XPixelWorldLength::XPixelWorldLength ( double p, PlotSurface2D holdFixedY ) : System
AxesConstraint.XPixelWorldLength