[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Renderer2D

Renderer2D Class

Renderer which creates plot in Cartesian coordinates.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class Renderer2D : BaseRenderer
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.

Constructors

Name Description
Renderer2D()

Initializes a new instance of Renderer2D class.