Class AxisModel
Inheritance
AxisModel
Inherited Members
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class AxisModel : BasicModel, IMessageSink, INXObject, IDisplayableModel
Constructors
AxisModel()
Declaration
protected AxisModel()
Methods
CalculateZoomScale(double, double, out double, out double)
Declaration
public void CalculateZoomScale(double newStartDisplayLimit, double newEndDisplayLimit, out double startScale, out double endScale)
Parameters
Type | Name | Description |
---|---|---|
double | newStartDisplayLimit | |
double | newEndDisplayLimit | |
double | startScale | |
double | endScale |
GetDisplayLimits(out double, out double)
Declaration
public void GetDisplayLimits(out double startDisplayLimit, out double endDisplayLimit)
Parameters
Type | Name | Description |
---|---|---|
double | startDisplayLimit | |
double | endDisplayLimit |
Implements
System.Runtime.Remoting.Messaging.IMessageSink