Winter Cardinal UI - v0.457.0 / DChartAxisGuideSimpleShapeImpl
| Name | Type |
|---|---|
CHART |
extends DBase = DBase |
DChartAxisGuideSimpleShape<CHART>• new DChartAxisGuideSimpleShapeImpl<CHART>(options?): DChartAxisGuideSimpleShapeImpl<CHART>
| Name | Type |
|---|---|
CHART |
extends DBase<DThemeBase, DBaseOptions<DThemeBase, any>> = DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
| Name | Type |
|---|---|
options? |
DChartAxisGuideSimpleShapeOptions |
DChartAxisGuideSimpleShapeImpl<CHART>
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:37
• Protected Optional _bar: null | EShapeBar
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:31
• Protected Optional _label: null | EShapeRectangleRounded
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:32
• Protected Optional _labelMargin: number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:33
• Protected Optional _options: DChartAxisGuideSimpleShapeOptions
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:30
• Protected Optional _tick: null | EShapeBar
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:34
• Protected Optional _tickMargin: number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:35
• get bar(): null | EShapeBar
null | EShapeBar
DChartAxisGuideSimpleShape.bar
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:41
• get label(): null | EShapeRectangleRounded
null | EShapeRectangleRounded
DChartAxisGuideSimpleShape.label
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:120
• get labelMargin(): number
number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:142
• get tick(): null | EShapeBar
null | EShapeBar
DChartAxisGuideSimpleShape.tick
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:165
• get tickMargin(): number
number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:187
▸ bind(container, index, axis): void
| Name | Type |
|---|---|
container |
DChartAxisContainer<CHART> |
index |
number |
axis |
DChartAxis<CHART> |
void
DChartAxisGuideSimpleShape.bind
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:220
▸ destroy(): void
void
DChartAxisGuideSimpleShape.destroy
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:345
▸ newBar(): null | EShapeBar
null | EShapeBar
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:50
▸ newLabel(): null | EShapeRectangleRounded
null | EShapeRectangleRounded
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:129
▸ newLabelMargin(): number
number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:151
▸ newTick(): null | EShapeBar
null | EShapeBar
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:174
▸ newTickMargin(): number
number
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:196
▸ toBarPosition(axis): EShapeBarPosition
| Name | Type |
|---|---|
axis |
DChartAxis<CHART> |
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:110
▸ toStrokeOptions(options?, style?): Partial<EShapeStrokeLike>
| Name | Type |
|---|---|
options? |
DChartAxisGuideSimpleShapeStrokeOptions |
style? |
number |
Partial<EShapeStrokeLike>
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:61
▸ toTextAlignOptions(options?): Partial<EShapeTextAlignLike>
| Name | Type |
|---|---|
options? |
DChartAxisGuideSimpleShapeTextAlignOptions |
Partial<EShapeTextAlignLike>
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:100
▸ toTextOptions(options?): DeepPartial<EShapeTextLike>
| Name | Type |
|---|---|
options? |
DChartAxisGuideSimpleShapeTextOptions |
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:77
▸ toTickPosition(axis): EShapeBarPosition
| Name | Type |
|---|---|
axis |
DChartAxis<CHART> |
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:210
▸ unbind(): void
void
DChartAxisGuideSimpleShape.unbind
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:237
▸ update(position, x, y, visible, width, height, offset): boolean
| Name | Type |
|---|---|
position |
DChartAxisPosition |
x |
number |
y |
number |
visible |
boolean |
width |
number |
height |
number |
offset |
number |
boolean
DChartAxisGuideSimpleShape.update
src/main/typescript/wcardinal/ui/d-chart-axis-guide-simple-shape-impl.ts:252