IMSL C# Numerical Library

Bar.SetBarData Method 

Sets the "BarData" attribute value.

public virtual void SetBarData(
   double[][][] bardata
);

Parameters

bardata
A double[][][] that specifies the "BarData" attribute value.

Remarks

The value is an array of object that make up a bar chart. The first index refers to the "stack", the second refers to the group and the third refers to the x position.

See Also

Bar Class | Imsl.Chart2D Namespace