rangeBandConfig property

RangeBandConfig get rangeBandConfig
inherited

Returns the configuration used to determine the rangeBand.

This is most often used to define the bar group width.

Implementation

RangeBandConfig get rangeBandConfig;
set rangeBandConfig (RangeBandConfig barGroupWidthConfig)
inherited

Sets the configuration used to determine the rangeBand (bar group width).

Implementation

set rangeBandConfig(RangeBandConfig barGroupWidthConfig);