CuSumStatusSetX Method (Double) |
Sets the x-coordinates of the bars.
This also sets the "BarWidth" attribute to (x[1]-x[0])/2.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void SetX(
double[] x
)
Public Overrides Sub SetX (
x As Double()
)
public:
virtual void SetX(
array<double>^ x
) override
abstract SetX :
x : float[] -> unit
override SetX :
x : float[] -> unit
Parameters
- x
- Type: SystemDouble
An array containing the x-coordinates.
Its length must equal the length of the data array used to construct this object.
See Also