Enum ColumnSpacingMode
Enumerates possible column spacing modes.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum ColumnSpacingMode extends Enum<renderableSeriesColumnSpacingMode>
Fields
| Name | Description |
|---|---|
| FixedSize | Fixed size column mode. |
| MaxNonOverlapping | Max possible column size where columns don't overlap each other in regards to series data points. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |