ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / Sunburst Class / SliceRendered Event

In This Topic
    SliceRendered Event (Sunburst)
    In This Topic
    Fires after rendering slice.
    Syntax
    'Declaration
     
    Public Event SliceRendered As EventHandler(Of RenderSliceEventArgs)
    public event EventHandler<RenderSliceEventArgs> SliceRendered
    Event Data

    The event handler receives an argument of type RenderSliceEventArgs containing data related to this event. The following RenderSliceEventArgs properties provide information specific to this event.

    PropertyDescription
    Slice angle.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    Pie center X coordinate.  
    Pie center Y coordinate.  
    Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
    Index of data point.  
    Pie inner radius.  
    Pie radius.  
    Slice sweep.  
    See Also