Styles > Glow Style Type |
||||||||||||||
The Glow Style Type lets you apply a glowing outline around any chart object. It has the following configurable properties: |
||||||||||||||
|
||||||||||||||
Setting glow color and alpha |
||||||||||||||
To define a glow's color and alpha, you use the following
code: <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75'/> |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
It gives the following result: | ||||||||||||||
Configuring glow blur |
||||||||||||||
You can configure the blur amount of glow as under: <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' blurX='12' blurY='12'/> |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
|
||||||||||||||
Controlling glow strength and quality |
||||||||||||||
You can also control the glow strength and quality to get better results. |
||||||||||||||
Following example shows a glow with higher strength: |
||||||||||||||
<style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' strength='5'/> <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' quality='10'/> |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
You can apply glow to any object of the chart. It's not just restricted to data plot. However, too much application might result in slower rendering of the chart. |