Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NPlot
PlotSurface2D
AddAxesConstraint
NPlot.PlotSurface2D.AddAxesConstraint C# (CSharp) Method
PlotSurface2D Class Documentation
Mostrar archivo
Open project: GridProtectionAlliance/openHistorian
AddAxesConstraint()
public
method
Add an axis constraint to the plot surface. Axes constraints give you control over where NPlot positions each axes, and the world - pixel ratio.
public
AddAxesConstraint
(
AxesConstraint
constraint
) :
void
constraint
AxesConstraint
The axis constraint to add.
return
void
public void AddAxesConstraint(AxesConstraint constraint) { m_axesConstraints.Add(constraint); }
PlotSurface2D
Add
AddAxesConstraint
Clear
DetermineAxesToDraw
DeterminePhysicalAxesToDraw
DetermineScaleFactor
Draw
HitTest
Init
PlotSurface2D
RefreshZOrdering
Remove
UpdateAxes