[]
Specifies available render mode for data series.
public enum RenderMode
Name | Description |
---|---|
Bitmap | Bitmap mode. High performance render mode. At this moment only line and symbol charts are supported. Data point labels, tooltips and PlotElementLoaded event are not available. |
Default | Default render mode. All chart types are supported. |
Fast | Drawing visual render mode. High performance render mode. At this moment only line and symbol charts are supported. Data point labels, tooltips and PlotElementLoaded event are not available. |