Winter Cardinal UI - v0.442.0 / DChartSeriesLinearParametersOptions
DChartSeriesLinearParametersOptions
• Optional
a: number
A coefficient of the variable x. The default value is 1.
src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:8
• Optional
b: number
A coefficient of the variable y. The default value is 1.
src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:11
• x0: number
X coordinate of the point the line passes through. The default value is 0.
src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:14
• y0: number
Y coordinate of the point the line passes through. The default value is 0.
src/main/typescript/wcardinal/ui/d-chart-series-linear-parameters.ts:17