'Declaration Public Event LabelRendered As System.EventHandler(Of RenderPieDataLabelEventArgs)
public event System.EventHandler<RenderPieDataLabelEventArgs> LabelRendered
Event Data
The event handler receives an argument of type RenderPieDataLabelEventArgs containing data related to this event. The following RenderPieDataLabelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Angle | Slice angle. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
CenterX | Pie center X coordinate. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
CenterY | Pie center Y coordinate. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
Engine | Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs) |
Index | Index of data point. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
InnerRadius | Pie inner radius. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
Radius | Pie radius. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
Sweep | Slice sweep. (Inherited from C1.Win.Chart.RenderSliceEventArgs) |
Text | Data label text. It can be changed in event handler. |
See Also