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
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
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