'Declaration
Public Enum RenderMode Inherits System.Enum
'Usage
Dim instance As RenderMode
public enum RenderMode : System.Enum
'Declaration
Public Enum RenderMode Inherits System.Enum
'Usage
Dim instance As RenderMode
public enum RenderMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.C1Chart.RenderMode