ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BaseRenderer Class
Fields Properties Methods


In This Topic
    BaseRenderer Class Members
    In This Topic

    The following tables list the members exposed by BaseRenderer.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the ColorScheme dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Connection dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Inverted dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SizeX dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SizeY dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SizeZ dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Stacked dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Symbol dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets how the colors are assigned to the plot elements.  
    Public PropertyGets or sets the data template that is used for visualization of all data points of the series.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets whether the direction of plotting is inverted.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the size of data element along x-axis.  
    Public PropertyGets or sets the size of data element along y-axis.  
    Public PropertyGets or sets the size of data element along z-axis.  
    Public PropertyGets or sets the stacked options of the plot.  
    Public PropertyGets or sets the data template that is used for data point visualization.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyStore for renderer options.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodAnalyses data values, finds data limits.  
    Protected MethodAttaches the tooltip to the specified plot element.  
    Protected MethodCreate line shape based on the specified data series.  
    Protected MethodOverloaded. Create symbol shape based on the specified shape style.  
    Protected MethodAdd options to the bag.  
    Protected MethodOverridden. Invoked when the value of dependency property has been changed.  
    Protected MethodRenders connection and returns the created element.  
    Protected MethodRenders the element and add it to the specified list.  
    Top
    See Also