C# Класс NPlot.AxesConstraint.AxisPosition

Defines an AxisConstraint that forces the specified axis to be placed at a specific physical position. The position of the axis opposite is held constant.
Наследование: AxesConstraint
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyConstraint ( PhysicalAxis pXAxis1, PhysicalAxis pYAxis1, PhysicalAxis pXAxis2, PhysicalAxis pYAxis2 ) : void

Applies the constraint to the axes.

AxisPosition ( PlotSurface2D axis, int yPosition ) : System

Constructor, which defines an horizontal axis and the physical y position it should be drawn at.

Описание методов

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

Applies the constraint to the axes.
public ApplyConstraint ( PhysicalAxis pXAxis1, PhysicalAxis pYAxis1, PhysicalAxis pXAxis2, PhysicalAxis pYAxis2 ) : void
pXAxis1 PhysicalAxis The bottom x-axis.
pYAxis1 PhysicalAxis The left y-axis.
pXAxis2 PhysicalAxis The top x-axis.
pYAxis2 PhysicalAxis The right y-axis.
Результат void

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

Constructor, which defines an horizontal axis and the physical y position it should be drawn at.
public AxisPosition ( PlotSurface2D axis, int yPosition ) : System
axis PlotSurface2D The x-axis for which the y position is to be specified.
yPosition int The [physical] y position of the axis.
Результат System