Search
BarSeries Constructor (List<Number>, List<String>, List<String>, List<String>)
See Also
 






Initializes a new instance of the BarSeries class.

Namespace: MindFusion.Charting
File: BarSeries.js

 Syntax

JavaScript  Copy Code

function BarSeries (values, innerLabels, [topLabels, [xAxisLabels]])

 Parameters

values

A list of data values.

innerLabels

A list of inner labels.

topLabels
Optional.

A list of top labels.

xAxisLabels
Optional.

A list of X axis labels.

 See Also