Winter Cardinal UI - v0.442.0 / DChartSeriesLinearOptions

Interface: DChartSeriesLinearOptions

DChartSeriesLinear options.

Hierarchy

Table of contents

Properties

Properties

a

Optional a: number

A coefficient of the variable x. The default value is 1.

Inherited from

DChartSeriesLinearParametersOptions.a

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:8


b

Optional b: number

A coefficient of the variable y. The default value is 1.

Inherited from

DChartSeriesLinearParametersOptions.b

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:11


coordinate

Optional coordinate: DChartSeriesCoordinateContainerOptions

Inherited from

DChartSeriesBaseOptions.coordinate

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-base.ts:26


on

Optional on: DBaseOnOptions<any>

Inherited from

DChartSeriesBaseOptions.on

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-base.ts:27


stroke

Optional stroke: DChartSeriesStrokeComputedOptions

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-linear.ts:31


x0

x0: number

X coordinate of the point the line passes through. The default value is 0.

Inherited from

DChartSeriesLinearParametersOptions.x0

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:14


y0

y0: number

Y coordinate of the point the line passes through. The default value is 0.

Inherited from

DChartSeriesLinearParametersOptions.y0

Defined in

src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:17