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


In This Topic
    PieRenderer Class Members
    In This Topic

    The following tables list the members exposed by PieRenderer.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of pie renderer.  
    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. (Inherited from C1.WPF.C1Chart.BasePieRenderer)
    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. (Inherited from C1.WPF.C1Chart.BasePieRenderer)
    Public PropertyGets or sets the radius of pie. (Inherited from C1.WPF.C1Chart.BasePieRenderer)
    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 MethodAdds the options set to the bag. (Inherited from C1.WPF.C1Chart.BasePieRenderer)
    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