Class VariwidePlotOptions

    • Constructor Detail

      • VariwidePlotOptions

        public VariwidePlotOptions()
    • Method Detail

      • getGroupPadding

        public Number getGroupPadding()
        Returns padding between each value groups, in x axis units. In a variwide chart, the group padding is 0 in order to express the horizontal stacking of items.

        Default: 0

        Overrides:
        getGroupPadding in class ColumnPlotOptions
      • getPointPadding

        public Number getPointPadding()
        Returns padding between each column or bar, in x axis units. In a variwide chart, the point padding is 0 in order to express the horizontal stacking of items.

        Default: 0

        Overrides:
        getPointPadding in class ColumnPlotOptions