'Declaration Public Event SliceRendered As System.EventHandler(Of RenderSliceEventArgs)
public event System.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.
Property | Description |
---|---|
Angle | Slice angle. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
CenterX | Pie center X coordinate. |
CenterY | Pie center Y coordinate. |
Engine | Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs) |
Index | Index of data point. |
InnerRadius | Pie inner radius. |
Radius | Pie radius. |
Sweep | Slice sweep. |
See Also