Wijmo UI for the Web
getBar Method
wijmo.chart Namespace > wijbarchart type : getBar Method
The zero-based index of the bar to return.
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
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijbarchart("getBar", index);
});
function getBar( 
   index : number
) : any;

Parameters

index
The zero-based index of the bar to return.

Return Value

Bar object.
See Also

Reference

wijbarchart type
wijbarchart Method