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


In This Topic
    BasePieRenderer Class Members
    In This Topic

    The following tables list the members exposed by BasePieRenderer.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the InnerRadius dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Offset dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Radius dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets how the colors are assigned to the plot elements. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public PropertyGets or sets the data template that is used for visualization of all data points of the series. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the inner radius of pie.  
    Public PropertyGets or sets whether the direction of plotting is inverted. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the offset of slices.  
    Public PropertyGets or sets the radius of pie.  
    Public PropertyGets or sets the size of data element along x-axis. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public PropertyGets or sets the size of data element along y-axis. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public PropertyGets or sets the size of data element along z-axis. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public PropertyGets or sets the stacked options of the plot. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Public PropertyGets or sets the data template that is used for data point visualization. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Top
    Protected Properties
     NameDescription
    Protected PropertyStore for renderer options. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodAnalyses data values, finds data limits. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodAttaches the tooltip to the specified plot element. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodCreate line shape based on the specified data series. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodOverloaded. Create symbol shape based on the specified shape style. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodOverridden. Adds the options set to the bag.  
    Protected MethodInvoked when the value of dependency property has been changed. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodRenders connection and returns the created element. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Protected MethodRenders the element and add it to the specified list. (Inherited from C1.WPF.C1Chart.BaseRenderer)
    Top
    See Also