JavaScript/jQuery Chart - commonAnnotationSettings.shadow
Configures the annotation's shadows.
blur
Specifies the blur distance of the shadows. A larger value increases the blur distance.
color
Colors the annotation's shadows.
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
offsetX
Moves the shadows horizontally from their initial positions.
The number assigned to this option specifies the shift in pixels. A negative number shifts the shadows to the left, a positive number - to the right.
offsetY
Moves the shadows vertically from their initial positions.
The number assigned to this option specifies the shift in pixels. A negative number shifts the shadows to the top, a positive number - to the bottom.
opacity
Specifies the opacity of the shadows.
This option accepts a value from 0 to 1: 0 makes the shadows transparent; 1 makes them opaque.
If you have technical questions, please create a support ticket in the DevExpress Support Center.