DrawingStyle
Documentation / @elitechart/drawings / DrawingStyle
Defined in: core/dist/index.d.ts:713
Visual styling hooks for drawings. The chart resolves these from the
theme at render time; per-drawing overrides ride on
DrawingInstance.styleOverride.
Example
Properties
color
Defined in: core/dist/index.d.ts:714
fillColor
Defined in: core/dist/index.d.ts:716
font
Defined in: core/dist/index.d.ts:718
hitTolerance
Defined in: core/dist/index.d.ts:720
Pixel tolerance for hit-testing lines / edges.
lineStyle?
Defined in: core/dist/index.d.ts:727
Optional line-style override. When present on a per-drawing
styleOverride, the tool's primary stroke adopts the pattern. Tools with
semantic dashing (horizontal/vertical lines, Fib levels) keep their
intrinsic style unless they opt in.
lineWidth
Defined in: core/dist/index.d.ts:715
textColor
Defined in: core/dist/index.d.ts:717