Renderer which creates plot in Cartesian coordinates.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class Renderer2D : BaseRenderer, IView2DRenderer, 
	IRenderer
Visual Basic
Public Class Renderer2D _
	Inherits BaseRenderer _
	Implements IView2DRenderer, IRenderer

Remarks

Renderer2D allows creating most of 2D chart types that use Cartesian axes including bar, area, line, scatter charts. The specific presentation of the data values is defined by templates (Symbol and Connection properties). The templates can also be set using corresponding properties of DataSeries class.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Chart..::..BaseRenderer
    C1.Silverlight.Chart..::..Renderer2D

See Also