Winter Cardinal UI - v0.442.0 / DChartSeriesStrokeComputedImpl

Class: DChartSeriesStrokeComputedImpl

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DChartSeriesStrokeComputedImpl(enable, color, alpha, width, align, side, style): DChartSeriesStrokeComputedImpl

Parameters

Name Type
enable boolean
color number
alpha number
width number
align number
side number
style number

Returns

DChartSeriesStrokeComputedImpl

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:23

Properties

align

align: number

Implementation of

DChartSeriesStrokeComputed.align

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:19


alpha

alpha: number

Implementation of

DChartSeriesStrokeComputed.alpha

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:17


color

color: number

Implementation of

DChartSeriesStrokeComputed.color

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:16


enable

enable: boolean

Implementation of

DChartSeriesStrokeComputed.enable

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:15


side

side: number

Implementation of

DChartSeriesStrokeComputed.side

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:20


style

style: number

Implementation of

DChartSeriesStrokeComputed.style

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:21


width

width: number

Implementation of

DChartSeriesStrokeComputed.width

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:18

Methods

from

from(base, index, stroke?): DChartSeriesStrokeComputed

Parameters

Name Type
base DChartSeriesStroke
index number
stroke? DChartSeriesStrokeComputedOptions

Returns

DChartSeriesStrokeComputed

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-stroke-computed-impl.ts:41