$(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.