Events

Event name Description
OnAfterDrawBackground Event called after the background of the Chart is drawn.
OnAfterDrawChart Event called after the Chart is drawn.
OnAfterDrawLegend Event called after the legend is drawn.
OnAfterDrawLegendIcon Event called after the icon of an entry in the legend is drawn.
OnAfterDrawSerieAnnotation Event called after an annotation of a point on a series is drawn.
OnAfterDrawSerieBar Event called after a bar of point on a series is drawn.
OnAfterDrawSerieLabel Event called after a label of a point on a series is drawn.
OnAfterDrawSerieLegend Event called after the legend of a series is drawn.
OnAfterDrawSerieLegendIcon Event called after the icon of an entry in the legend of a series is drawn.
OnAfterDrawSerieLegendIconVirtual
OnAfterDrawSerieLine Event called after a line between 2 points on a series is drawn.
OnAfterDrawSerieMarker Event called after a marker of a point on a series is drawn
OnAfterDrawSeries Event called after all series have been drawn.
OnAfterDrawSerieSlice Event called after the slice of a series is drawn.
OnAfterDrawSerieXGridLine Event called after an x grid line of a series has been drawn.
OnAfterDrawSerieXValue Event called after an x value of a series has been drawn.
OnAfterDrawSerieYGridLine Event called after a y grid line of a series has been drawn.
OnAfterDrawSerieYValue Event called after a y value of a series has been drawn.
OnAfterDrawTitle Event called after the title has been drawn.
OnAfterDrawXAxis Event called after the x-axis has been drawn.
OnAfterDrawXValuesTitle Event called after the x-values title of a series has been drawn.
OnAfterDrawYAxis Event called after the y-axis has been drawn.
OnAfterDrawYValuesTitle Event called after the y-values title of a series has been drawn.
OnAnimateSerieFinished Event called when the series animation is finished.
OnAnimateSerieStarted Event called when the series animation is started.
OnBeforeDrawBackground Event called before the background of the Chart is drawn.
OnBeforeDrawChart Event called before the Chart is drawn.
OnBeforeDrawLegend Event called before the legend is drawn.
OnBeforeDrawLegendIcon Event called before the icon of an entry in the legend is drawn.
OnBeforeDrawSerieAnnotation Event called before an annotation of a point on a series is drawn.
OnBeforeDrawSerieBar Event called before a bar of point on a series is drawn.
OnBeforeDrawSerieLabel Event called before a label of a point on a series is drawn.
OnBeforeDrawSerieLegend Event called before the legend of a series is drawn.
OnBeforeDrawSerieLegendIcon Event called before the icon of an entry in the legend of a series is drawn.
OnBeforeDrawSerieLegendIconVirtual
OnBeforeDrawSerieLine Event called before a line between 2 points on a series is drawn.
OnBeforeDrawSerieMarker Event called before a marker of a point on a series is drawn.
OnBeforeDrawSeries Event called before all series have been drawn.
OnBeforeDrawSerieSlice Event called before the slice of a series is drawn.
OnBeforeDrawSerieXGridLine Event called before an x grid line of a series has been drawn
OnBeforeDrawSerieXValue Event called before an x value of a series has been drawn.
OnBeforeDrawSerieYGridLine Event called before a y grid line of a series has been drawn.
OnBeforeDrawSerieYValue Event called before a y value of a series has been drawn
OnBeforeDrawTitle Event called before the title has been drawn.
OnBeforeDrawXAxis Event called before the x-axis has been drawn.
OnBeforeDrawXValuesTitle Event called before the x-values title of a series has been drawn.
OnBeforeDrawYAxis Event called before the y-axis has been drawn.
OnBeforeDrawYValuesTitle Event called before the y-values title of a series has been drawn.
OnBeforeSetAllFonts Event called before setting all of the fonts via the GlobalFont property. You can see what property will be set and select for which fonts you want to apply it.
OnCustomizeAnnotationFill Event called to customize the fill for an annotation
OnCustomizeAnnotationFont Event called to customize the font for an annotation
OnCustomizeAnnotationStroke Event called to customize the stroke for an annotation
OnDrawTitleText Event called when the tile of the Chart is being drawn.
OnGetAnnotation Event called to retrieve the data for a virtual annotation based on an index after looping through the number of annotations returns in the OnGetNumberOfAnnotations event.
OnGetNumberOfAnnotations Event called when retrieving the number of annotations for a specific point.
OnGetNumberOfPoints Event called when retrieving the number of points in virtual mode. When implemented, the points collection is cleared.
OnGetPoint Retrieves the data for a virtual point based on an index after looping through the the number of points returned in the OnGetNumberOfPoints event.
OnGetSerieLabel Event called when retrieving the value of a series label on a specific point.
OnGetSerieLabelVirtual Event called when retrieving the value of a series label on a specific point when using virtual mode.
OnGetSerieLegendText Event called to change the text that will be drawn in the series legend, for each value in a series point collection.
OnGetSerieLegendTextVirtual Event called to change the text that will be drawn in the series legend, for each value in a series point collection when using virtual mode
OnGetSerieSpiderLegendText Event called to change the text that will be drawn in the spider grid legend, for each value in a series point collection.
OnGetSerieSpiderLegendTextVirtual Event called to change the text that will be drawn in the spider grid legend, for each value in a series point collection when using virtual mode.
OnGetSerieXValue Event called when retrieving the value of a series x value on the x-axis.
OnGetSerieYValue Event called when retrieving the value of a series y value on the y-axis.
OnJSONAddSeries Event called when a new series was added via the LoadFromJSON procedure.
OnJSONAddPoint Event called when a new point was added via the LoadFromJSON procedure.
OnSerieBarClick Event called when clicking on a bar.
OnSerieBarClickVirtual Event called when clicking on a bar in virtual mode.
OnSeriePointClick Event called when clicking on a point.
OnSeriePointClickVirtual Event called when clicking on a point in virtual mode.
OnSerieSliceClick Event called when clicking on a slice.
OnSerieSliceClickVirtual Event called when clicking on a slice in virtual mode.