Chart.getBindingInfo Method

Gets the type of binding represented by a binding target identifier.
 

Parameters

bindingId

Type: String

Return Value


Type: Object
An object with any of the following properties if applicable:
     seriesBindingType         [type: dundas.view.controls.Chart.SeriesBindingType]      - (optional) The type of series binding, if applicable.
     seriesIndex               [type: Number, integer: true]                             - (optional) The zero-based index of the series, if applicable.
     axisDimension             [type: dundas.controls.ChartAxisDimension]                - (optional) The axis dimension, if applicable.
     axisType                  [type: dundas.controls.ChartAxisType]                     - (optional) The axis type, if applicable.
     axisIndex                 [type: Number, integer: true]                             - (optional) The zero-based index of the axis, if applicable.
     valueIndex                [type: Number, integer: true]                             - (optional) The index of the value binding, if multiple are supported.