Enum SpacingMode
Defines the mode of setting spacing between horizontally stacked StackedColumnRenderableSeries.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum SpacingMode extends Enum<renderableSeries.SpacingMode>
Fields
| Name | Description |
|---|---|
| Absolute | For setting spacing in pixels. |
| Relative | For setting spacing in fraction of column width. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |