Click or drag to resize
Bar Constructor
Overload List
  NameDescription
Public methodBar(AxisXY)
Constructs a bar chart.
Public methodBar(AxisXY, Double)
Constructs a simple bar chart using supplied y data.
Public methodBar(AxisXY, Double)
Constructs a grouped bar chart using supplied x and y data.
Public methodBar(AxisXY, Double)
Constructs a stacked, grouped bar chart using supplied y data.
Public methodBar(AxisXY, Double, Double)
Constructs a simple bar chart using supplied x and y data.
Public methodBar(AxisXY, Double, Double)
Constructs a grouped bar chart using supplied x and y data.
Public methodBar(AxisXY, Double, Double)
Constructs a stacked, grouped bar chart using supplied x and y data.
Top
See Also