Sets the "BarData" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetBarData(
	double[][][] bardata
)
Visual Basic (Declaration)
Public Overridable Sub SetBarData ( _
	bardata As Double()()() _
)
Visual C++
public:
virtual void SetBarData(
	array<array<array<double>^>^>^ bardata
)

Parameters

bardata
Type: array< array< array< System..::.Double >[]()[] >[]()[] >[]()[]
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