ChartDirector 7.0 (Java Edition)

BarLayer.setBarWidth


Usage

public void setBarWidth(int barWidth [, int subBarWidth ])

Description

Sets the width of the bars.

Arguments

ArgumentDefaultDescription
barWidth(Mandatory)The width of the bars (or bar groups for multi-bar layers) in pixels.
subBarWidth-1This argument only applies to multi-bar charts. It is the width of the bars in a bar group in pixels.

Return Value

None