API / geotoolkit / charts / IPolarChart / IPolarChart
charts.IPolarChart.IPolarChart
Interface for AbstractChart class that supports SystemType.Polar system.
Interface
Constructors
Methods
▸ Abstract setPolarCircularFlip(flip): IPolarChart
Sets circular space flip direction (standard or inside-out) for polar system
| Name | Type | Description |
|---|---|---|
flip | boolean | true for edge-to-the-center direction, false otherwise |
▸ Abstract setPolarClockwiseDirection(clockwise): IPolarChart
Sets clockwise/counterclockwise direction for polar system
| Name | Type | Description |
|---|---|---|
clockwise | boolean | true for clockwise, false otherwise |
▸ Abstract setPolarStartAngle(angle): IPolarChart
Sets model space start angle for polar system
| Name | Type | Description |
|---|---|---|
angle | number | start angle |