Completed
Last Updated: 14 Jun 2021 10:36 by ADMIN
ADMIN
Danail Vasilev
Created on: 14 May 2015 08:09
Category: HtmlChart
Type: Feature Request
1
ADD texture fill for RadHtmlChart series
A visual example - http://i.stack.imgur.com/zRwlo.jpg

The feature will be useful for projects that need 508 compliance.

A boolean properties will also be useful: "EnabledTexturedFill", "EnableColorAndTexturedFill"
2 comments
ADMIN
Rumen
Posted on: 14 Jun 2021 10:36

You can find an example of how to achieve it using SVG patterns by applying hatching as a background at https://jsfiddle.net/ezanker/0nmfz6cd/5/. You can find more information at StackOverflow - https://stackoverflow.com/a/36551204/911510

Pramod
Posted on: 14 May 2015 12:34
Thank you!