The AnyChart Graphics engine supports stage-level pattern fills built from custom fonts, symbols, or images. These patterns tile as repeating fill textures inside any chart element, replacing solid colors with rich visual detail.
This HatchFill By Font sample creates a column chart with three series (Sales 2003, 2004, 2005) where each series is filled with a tiled pattern based on a different letter from the custom Interdex font. The font is loaded via FontFaceObserver before chart rendering begins. Each pattern is generated by drawing text into a stage pattern element and applying it as the series fill, with dark strokes for contrast. Manager names appear on the X-axis and sales values on the Y-axis, with tooltips enabled on hover.
See the Custom Drawing documentation for all configuration options.