PieChartAnnotationConfigBuilder.Image Method
| Name | Parameters | Description |
|---|---|---|
| Image(JS) | value | Configures the image to be displayed in the annotation. Applies only if the type is 'image'. Mirrors the client-side image object. |
| Image(Action<PieChartAnnotationConfigImageBuilder>) | configurator | Configures the image to be displayed in the annotation. Applies only if the type is 'image'. Mirrors the client-side image option. |
| Image(String) | value | Configures the image to be displayed in the annotation. Applies only if the type is 'image'. Mirrors the client-side image option. |