Winter Cardinal UI - v0.457.0 / DChartSelectionGridlineY
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
DChartSelectionShapeBase<CHART>
↳ DChartSelectionGridlineY
• new DChartSelectionGridlineY<CHART>(options?): DChartSelectionGridlineY<CHART>
| Name | Type |
|---|---|
CHART |
extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
| Name | Type |
|---|---|
options? |
DChartSelectionShapeOptions<CHART> |
DChartSelectionGridlineY<CHART>
DChartSelectionShapeBase.constructor
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:35
• Protected _isEnabled: boolean
DChartSelectionShapeBase._isEnabled
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:28
• Protected Optional _newShape: (state: DBaseStateSet) => EShape
▸ (state): EShape
| Name | Type |
|---|---|
state |
DBaseStateSet |
DChartSelectionShapeBase._newShape
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:30
• Protected Optional _options: DChartSelectionShapeOptions<CHART>
DChartSelectionShapeBase._options
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:27
• Protected Optional _shape: EShape
DChartSelectionShapeBase._shape
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:29
• Protected _state: DBaseStateSet
DChartSelectionShapeBase._state
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:32
• Protected _style: DChartSelectionStyle<CHART>
DChartSelectionShapeBase._style
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:31
• Protected _theme: DThemeChartSelectionShape
DChartSelectionShapeBase._theme
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:33
▸ bind(container): void
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:54
▸ getTheme(type): DThemeChartSelectionShape
| Name | Type |
|---|---|
type |
string |
DChartSelectionShapeBase.getTheme
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:126
▸ getType(): string
string
DChartSelectionShapeBase.getType
src/main/typescript/wcardinal/ui/d-chart-selection-gridline-y.ts:34
▸ newShape(state, theme): EShape
| Name | Type |
|---|---|
state |
DBaseStateSet |
theme |
DThemeChartSelectionShape |
DChartSelectionShapeBase.newShape
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:79
▸ set(container, position, mappedPosition, series): void
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
position |
IPoint |
mappedPosition |
IPoint |
series |
null | DChartSeries<CHART> |
void
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:83
▸ setStyle(this, shape, series): void
| Name | Type |
|---|---|
this |
unknown |
shape |
EShape |
series |
null | DChartSeries<CHART> |
void
DChartSelectionShapeBase.setStyle
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:97
▸ toTheme(options?): DThemeChartSelectionShape
| Name | Type |
|---|---|
options? |
DChartSelectionShapeOptions<CHART> |
DChartSelectionShapeBase.toTheme
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:115
▸ unbind(): void
void
DChartSelectionShapeBase.unbind
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:72
▸ unset(): void
void
DChartSelectionShapeBase.unset
src/main/typescript/wcardinal/ui/d-chart-selection-shape-base.ts:101
▸ update(container, position, mappedPosition, series): boolean
| Name | Type |
|---|---|
container |
DChartSeriesContainer<CHART> |
position |
IPoint |
mappedPosition |
IPoint |
series |
DChartSeries<CHART> |
boolean
DChartSelectionShapeBase.update
src/main/typescript/wcardinal/ui/d-chart-selection-gridline-y.ts:15