Winter Cardinal UI - v0.457.0 / DChartPlotAreaLike
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
↳ DChartPlotAreaLike
• Readonly axis: DChartAxisContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:32
• Readonly chart: CHART
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:27
• Readonly container: DChartPlotAreaContainer
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:31
• Readonly coordinate: DChartCoordinateContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:29
• Optional parent: null | DApplicationTarget
src/main/typescript/wcardinal/ui/d-application-like.ts:11
• Readonly plotArea: DChartPlotArea<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:28
• Readonly series: DChartSeriesContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:30
• Readonly state: DBaseStateSet
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:34
• Readonly view: DView
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:33
▸ getAxisBounds(position): Rectangle
| Name | Type |
|---|---|
position |
DChartAxisPosition |
Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:45
▸ getContainerBounds(): Rectangle
Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:48
▸ getPixelBounds(): Rectangle
Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:44
▸ getPixelDomain(result): DChartRegion
| Name | Type |
|---|---|
result |
DChartRegion |
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:42
▸ getPixelRange(result): DChartRegion
| Name | Type |
|---|---|
result |
DChartRegion |
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:43
▸ getSelectionBoundsX(): Rectangle
Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:46
▸ getSelectionBoundsY(): Rectangle
Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:47
▸ off(name, callback?, context?): this
| Name | Type |
|---|---|
name |
string |
callback? |
Function |
context? |
any |
this
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:40
▸ on(name, callback, context?): this
| Name | Type |
|---|---|
name |
string |
callback |
Function |
context? |
any |
this
src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:37
▸ toLocal(position, from?, result?, skipUpdate?): Point
| Name | Type |
|---|---|
position |
IPoint |
from? |
DisplayObject |
result? |
Point |
skipUpdate? |
boolean |
Point