Renderer which creates plot in Cartesian coordinates.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public class Renderer2D : BaseRenderer, IView2DRenderer, IRenderer |
Visual Basic |
---|
Public Class Renderer2D _ Inherits BaseRenderer _ Implements IView2DRenderer, IRenderer |
XAML Object Element Usage |
---|
<Renderer2D .../> |
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.