ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Renderer2D Class
Members


In This Topic
    Renderer2D Class
    In This Topic
    Renderer which creates plot in Cartesian coordinates.
    Object Model
    Renderer2D Class
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Renderer2D 
       Inherits BaseRenderer
    'Usage
     
    
    Dim instance As Renderer2D
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.BaseRenderer
                C1.WPF.C1Chart.Renderer2D

    See Also