Winter Cardinal UI - v0.442.0 / DChartSeriesLinearParameters

Interface: DChartSeriesLinearParameters

Implemented by

Table of contents

Properties

Properties

a

a: number

A coefficient of the variable x

Defined in

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


b

b: number

A coefficient of the variable y

Defined in

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


x0

x0: number

X coordinate of the point the line passes through

Defined in

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


y0

y0: number

Y coordinate of the point the line passes through

Defined in

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