ComponentOne Chart for WPF and Silverlight
RenderMode Enumeration


C1.WPF.C1Chart Namespace : RenderMode Enumeration
Specifies available render mode for data series.
Syntax
'Declaration
 
Public Enum RenderMode 
   Inherits System.Enum
'Usage
 
Dim instance As RenderMode
public enum RenderMode : System.Enum 
Members
MemberDescription
BitmapBitmap 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.
DefaultDefault render mode. All chart types are supported.
FastDrawing 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1Chart.RenderMode

See Also

Reference

C1.WPF.C1Chart Namespace