Winter Cardinal UI - v0.442.0 / DChartPlotAreaTwofoldSubBase

Class: DChartPlotAreaTwofoldSubBase<CHART>

Type parameters

Name Type
CHART extends DBase = DBase

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new DChartPlotAreaTwofoldSubBase<CHART>(plotArea, onContainerChange, mask, margin, axisShapeContainer, options?): DChartPlotAreaTwofoldSubBase<CHART>

Type parameters

Name Type
CHART extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>>

Parameters

Name Type
plotArea DChartPlotAreaTwofoldSubParent<CHART>
onContainerChange () => void
mask boolean
margin number
axisShapeContainer EShapeContainer
options? DChartPlotAreaTwofoldSubOptions<CHART>

Returns

DChartPlotAreaTwofoldSubBase<CHART>

Defined in

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

Properties

_axis

Protected _axis: DChartAxisContainerImpl<CHART>

Defined in

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


_container

Protected _container: DChartPlotAreaContainer

Defined in

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


_containerBounds

Protected _containerBounds: Rectangle

Defined in

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


_coordinate

Protected _coordinate: DChartCoordinateContainer<CHART>

Defined in

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


_isContainerBoundsDirty

Protected _isContainerBoundsDirty: boolean

Defined in

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


_margin

Protected _margin: number

Defined in

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


_overflowMask

Protected Optional _overflowMask: DBaseOverflowMaskSimple

Defined in

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


_plotArea

Protected _plotArea: DChartPlotAreaTwofoldSubParent<CHART>

Defined in

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


_series

Protected _series: DChartSeriesContainerImpl<CHART>

Defined in

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


_workPoint

Protected _workPoint: Point

Defined in

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

Accessors

axis

get axis(): DChartAxisContainer<CHART>

Returns

DChartAxisContainer<CHART>

Implementation of

DChartPlotAreaTwofoldSub.axis

Defined in

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


chart

get chart(): CHART

Returns

CHART

Implementation of

DChartPlotAreaTwofoldSub.chart

Defined in

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


container

get container(): DChartPlotAreaContainer

Returns

DChartPlotAreaContainer

Implementation of

DChartPlotAreaTwofoldSub.container

Defined in

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


coordinate

get coordinate(): DChartCoordinateContainer<CHART>

Returns

DChartCoordinateContainer<CHART>

Implementation of

DChartPlotAreaTwofoldSub.coordinate

Defined in

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


plotArea

get plotArea(): DChartPlotArea<CHART>

Returns

DChartPlotArea<CHART>

Implementation of

DChartPlotAreaTwofoldSub.plotArea

Defined in

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


series

get series(): DChartSeriesContainerImpl<CHART>

Returns

DChartSeriesContainerImpl<CHART>

Implementation of

DChartPlotAreaTwofoldSub.series

Defined in

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


state

get state(): DBaseStateSet

Returns

DBaseStateSet

Implementation of

DChartPlotAreaTwofoldSub.state

Defined in

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


view

get view(): DView

Returns

DView

Implementation of

DChartPlotAreaTwofoldSub.view

Defined in

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

Methods

destroy

destroy(): void

Returns

void

Implementation of

DChartPlotAreaTwofoldSub.destroy

Defined in

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


getAxisBounds

getAxisBounds(position): Rectangle

Parameters

Name Type
position DChartAxisPosition

Returns

Rectangle

Implementation of

DChartPlotAreaTwofoldSub.getAxisBounds

Defined in

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


getContainerBounds

getContainerBounds(): Rectangle

Returns

Rectangle

Implementation of

DChartPlotAreaTwofoldSub.getContainerBounds

Defined in

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


getOverflowMask

getOverflowMask(): DBaseOverflowMaskSimple

Returns

DBaseOverflowMaskSimple

Defined in

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


getPixelBounds

getPixelBounds(): Rectangle

Returns

Rectangle

Implementation of

DChartPlotAreaTwofoldSub.getPixelBounds

Defined in

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


getPixelDomain

getPixelDomain(result): DChartRegion

Parameters

Name Type
result DChartRegion

Returns

DChartRegion

Implementation of

DChartPlotAreaTwofoldSub.getPixelDomain

Defined in

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


getPixelRange

getPixelRange(result): DChartRegion

Parameters

Name Type
result DChartRegion

Returns

DChartRegion

Implementation of

DChartPlotAreaTwofoldSub.getPixelRange

Defined in

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


getSelectionBoundsX

getSelectionBoundsX(): Rectangle

Returns

Rectangle

Implementation of

DChartPlotAreaTwofoldSub.getSelectionBoundsX

Defined in

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


getSelectionBoundsY

getSelectionBoundsY(): Rectangle

Returns

Rectangle

Implementation of

DChartPlotAreaTwofoldSub.getSelectionBoundsY

Defined in

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


off

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

Parameters

Name Type
name string
callback? Function
context? any

Returns

this

Implementation of

DChartPlotAreaTwofoldSub.off

Defined in

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


on

on(name, callback, context?): this

Parameters

Name Type
name string
callback Function
context? any

Returns

this

Implementation of

DChartPlotAreaTwofoldSub.on

Defined in

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


toBoundsDirty

toBoundsDirty(): void

Returns

void

Defined in

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


toLocal

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

Parameters

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

Returns

Point

Implementation of

DChartPlotAreaTwofoldSub.toLocal

Defined in

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