Winter Cardinal UI - v0.442.0 / DChartCoordinateContainerSub
Name | Type |
---|---|
CHART |
extends DBase = DBase |
• Readonly
container: DChartCoordinateContainer
<CHART
>
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:11
▸ add(coordinate
, index?
): this
Name | Type |
---|---|
coordinate |
DChartCoordinate <CHART > |
index? |
number |
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:13
▸ blend(ratio
): this
Name | Type |
---|---|
ratio |
number |
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:24
▸ clear(): this
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:18
▸ destroy(): this
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:19
▸ fit(from?
, to?
): this
Name | Type |
---|---|
from? |
number |
to? |
number |
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:22
▸ get(index
): null
| DChartCoordinate
<CHART
>
Name | Type |
---|---|
index |
number |
null
| DChartCoordinate
<CHART
>
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:14
▸ indexOf(coordinate
): number
Name | Type |
---|---|
coordinate |
DChartCoordinate <CHART > |
number
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:15
▸ mark(from?
, to?
): this
Name | Type |
---|---|
from? |
number |
to? |
number |
this
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:23
▸ remove(coordinate
): null
| DChartCoordinate
<CHART
>
Name | Type |
---|---|
coordinate |
DChartCoordinate <CHART > |
null
| DChartCoordinate
<CHART
>
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:16
▸ remove(index
): null
| DChartCoordinate
<CHART
>
Name | Type |
---|---|
index |
number |
null
| DChartCoordinate
<CHART
>
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:17
▸ size(): number
number
src/main/typescript/wcardinal/ui/d-chart-coordinate-container-sub.ts:20