This method returns the bar, which has a set of Raphaël objects (rects) that represent bars for the
series data, from the specified index.
Syntax
Javascript (Usage) | |
---|
var instance = new jQuery.wijmo.wijbarchart();
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.getBar(index);
|
Javascript (Specification) | |
---|
function getBar(
: number
) : any;
|
Parameters
- index
- The zero-based index of the bar to return.
Return Value
Bar object.
Browser Compatibility
See Also
Reference
wijbarchart type