Sets the "BarData" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetBarData(
double[][][] bardata
)
Public Overridable Sub SetBarData (
bardata As Double()()()
)
public:
virtual void SetBarData(
array<array<array<double>^>^>^ bardata
)
abstract SetBarData :
bardata : float[][][] -> unit
override SetBarData :
bardata : float[][][] -> unit
Parameters
- bardata
- Type: SystemDouble
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