Sets the window for an AxisXY.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetWindow( double[] window ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetWindow ( _ window As Double() _ ) |
Visual C++ |
---|
public: virtual void SetWindow( array<double>^ window ) |
Parameters
- window
- Type: array<
System..::.Double
>[]()[]
A double[2] containing the "Window" attribute value.