[]
        
(Showing Draft Content)

C1.WPF.C1Chart.RenderMode

RenderMode Enum

Specifies available render mode for data series.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public enum RenderMode

Fields

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.