Winter Cardinal UI - v0.457.0 / DChartPlotAreaTwofoldSubBase
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
DChartPlotAreaTwofoldSubBase
DChartPlotAreaTwofoldSub<CHART>• new DChartPlotAreaTwofoldSubBase<CHART>(plotArea, onContainerChange, mask, margin, axisShapeContainer, options?): DChartPlotAreaTwofoldSubBase<CHART>
| Name | Type |
|---|---|
CHART |
extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
| Name | Type |
|---|---|
plotArea |
DChartPlotAreaTwofoldSubParent<CHART> |
onContainerChange |
() => void |
mask |
boolean |
margin |
number |
axisShapeContainer |
EShapeContainer |
options? |
DChartPlotAreaTwofoldSubOptions<CHART> |
DChartPlotAreaTwofoldSubBase<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:44
• Protected _axis: DChartAxisContainerImpl<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:40
• Protected _container: DChartPlotAreaContainer
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:37
• Protected _containerBounds: Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:33
• Protected _coordinate: DChartCoordinateContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:39
• Protected _isContainerBoundsDirty: boolean
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:32
• Protected _margin: number
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:42
• Protected Optional _overflowMask: DBaseOverflowMaskSimple
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:41
• Protected _plotArea: DChartPlotAreaTwofoldSubParent<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:36
• Protected _series: DChartSeriesContainerImpl<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:38
• Protected _workPoint: Point
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:34
• get axis(): DChartAxisContainer<CHART>
DChartAxisContainer<CHART>
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:101
• get chart(): CHART
CHART
DChartPlotAreaTwofoldSub.chart
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:85
• get container(): DChartPlotAreaContainer
DChartPlotAreaTwofoldSub.container
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:89
• get coordinate(): DChartCoordinateContainer<CHART>
DChartCoordinateContainer<CHART>
DChartPlotAreaTwofoldSub.coordinate
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:97
• get plotArea(): DChartPlotArea<CHART>
DChartPlotArea<CHART>
DChartPlotAreaTwofoldSub.plotArea
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:81
• get series(): DChartSeriesContainerImpl<CHART>
DChartSeriesContainerImpl<CHART>
DChartPlotAreaTwofoldSub.series
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:93
• get state(): DBaseStateSet
DChartPlotAreaTwofoldSub.state
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:105
• get view(): DView
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:109
▸ destroy(): void
void
DChartPlotAreaTwofoldSub.destroy
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:158
▸ getAxisBounds(position): Rectangle
| Name | Type |
|---|---|
position |
DChartAxisPosition |
Rectangle
DChartPlotAreaTwofoldSub.getAxisBounds
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:136
▸ getContainerBounds(): Rectangle
Rectangle
DChartPlotAreaTwofoldSub.getContainerBounds
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:156
▸ getOverflowMask(): DBaseOverflowMaskSimple
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:79
▸ getPixelBounds(): Rectangle
Rectangle
DChartPlotAreaTwofoldSub.getPixelBounds
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:134
▸ getPixelDomain(result): DChartRegion
| Name | Type |
|---|---|
result |
DChartRegion |
DChartPlotAreaTwofoldSub.getPixelDomain
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:125
▸ getPixelRange(result): DChartRegion
| Name | Type |
|---|---|
result |
DChartRegion |
DChartPlotAreaTwofoldSub.getPixelRange
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:132
▸ getSelectionBoundsX(): Rectangle
Rectangle
DChartPlotAreaTwofoldSub.getSelectionBoundsX
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:140
▸ getSelectionBoundsY(): Rectangle
Rectangle
DChartPlotAreaTwofoldSub.getSelectionBoundsY
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:144
▸ off(name, callback?, context?): this
| Name | Type |
|---|---|
name |
string |
callback? |
Function |
context? |
any |
this
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:120
▸ on(name, callback, context?): this
| Name | Type |
|---|---|
name |
string |
callback |
Function |
context? |
any |
this
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:114
▸ toBoundsDirty(): void
void
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:148
▸ toLocal(position, from?, result?, skipUpdate?): Point
| Name | Type |
|---|---|
position |
IPoint |
from? |
DisplayObject |
result? |
Point |
skipUpdate? |
boolean |
Point
DChartPlotAreaTwofoldSub.toLocal
src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub-base.ts:152