Returns the "BarData" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[][][] GetBarData()
Public Overridable Function GetBarData As Double()()()
public:
virtual array<array<array<double>^>^>^ GetBarData()
abstract GetBarData : unit -> float[][][]
override GetBarData : unit -> float[][][]
Return Value
Type:
Double
A
double[][][] that contains 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