customSymbolRenderers property

Map<String, SymbolRenderer>? customSymbolRenderers
final

Map of custom symbol renderers used to draw points.

Each series or point can be associated with a custom renderer by specifying a pointSymbolRendererIdKey matching a key in the map. Any point that doesn't define one will fall back to the default symbolRenderer.

Implementation

final Map<String, SymbolRenderer>? customSymbolRenderers;