C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > C1FlexPie Class : SliceRendered Event |
'Declaration Public Event SliceRendered As System.EventHandler(Of RenderSliceEventArgs)
public event System.EventHandler<RenderSliceEventArgs> SliceRendered
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.
Property | Description |
---|---|
Angle | Slice angle. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
CenterX | Pie center X coordinate. |
CenterY | Pie center Y coordinate. |
Engine | Render engine. |
Index | Index of data point. |
InnerRadius | Pie inner radius. |
Radius | Pie radius. |
Sweep | Slice sweep. |