Winter Cardinal UI - v0.442.0 / DChartPlotAreaTwofoldSub

Interface: DChartPlotAreaTwofoldSub<CHART>

Type parameters

Name Type
CHART extends DBase = DBase

Hierarchy

Implemented by

Table of contents

Properties

Methods

Properties

axis

Readonly axis: DChartAxisContainer<CHART>

Overrides

DChartPlotAreaLike.axis

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:30


chart

Readonly chart: CHART

Overrides

DChartPlotAreaLike.chart

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:26


container

Readonly container: DChartPlotAreaContainer

Overrides

DChartPlotAreaLike.container

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:27


coordinate

Readonly coordinate: DChartCoordinateContainer<CHART>

Overrides

DChartPlotAreaLike.coordinate

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:29


parent

Optional parent: null | DApplicationTarget

Inherited from

DChartPlotAreaLike.parent

Defined in

src/main/typescript/wcardinal/ui/d-application-like.ts:11


plotArea

Readonly plotArea: DChartPlotArea<CHART>

Overrides

DChartPlotAreaLike.plotArea

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:25


series

Readonly series: DChartSeriesContainerImpl<CHART>

Overrides

DChartPlotAreaLike.series

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:28


state

Readonly state: DBaseStateSet

Inherited from

DChartPlotAreaLike.state

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:34


view

Readonly view: DView

Inherited from

DChartPlotAreaLike.view

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:33

Methods

destroy

destroy(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:33


getAxisBounds

getAxisBounds(position): Rectangle

Parameters

Name Type
position DChartAxisPosition

Returns

Rectangle

Inherited from

DChartPlotAreaLike.getAxisBounds

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:45


getContainerBounds

getContainerBounds(): Rectangle

Returns

Rectangle

Overrides

DChartPlotAreaLike.getContainerBounds

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area-twofold-sub.ts:32


getPixelBounds

getPixelBounds(): Rectangle

Returns

Rectangle

Inherited from

DChartPlotAreaLike.getPixelBounds

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:44


getPixelDomain

getPixelDomain(result): DChartRegion

Parameters

Name Type
result DChartRegion

Returns

DChartRegion

Inherited from

DChartPlotAreaLike.getPixelDomain

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:42


getPixelRange

getPixelRange(result): DChartRegion

Parameters

Name Type
result DChartRegion

Returns

DChartRegion

Inherited from

DChartPlotAreaLike.getPixelRange

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:43


getSelectionBoundsX

getSelectionBoundsX(): Rectangle

Returns

Rectangle

Inherited from

DChartPlotAreaLike.getSelectionBoundsX

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:46


getSelectionBoundsY

getSelectionBoundsY(): Rectangle

Returns

Rectangle

Inherited from

DChartPlotAreaLike.getSelectionBoundsY

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:47


off

off(name, callback?, context?): this

Parameters

Name Type
name string
callback? Function
context? any

Returns

this

Inherited from

DChartPlotAreaLike.off

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:40


on

on(name, callback, context?): this

Parameters

Name Type
name string
callback Function
context? any

Returns

this

Inherited from

DChartPlotAreaLike.on

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:37


toLocal

toLocal(position, from?, result?, skipUpdate?): Point

Parameters

Name Type
position IPoint
from? DisplayObject
result? Point
skipUpdate? boolean

Returns

Point

Inherited from

DChartPlotAreaLike.toLocal

Defined in

src/main/typescript/wcardinal/ui/d-chart-plot-area.ts:49