Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.35 KB

File metadata and controls

39 lines (26 loc) · 3.35 KB

Chart for WinForms - Draw a Custom Legend Marker for a Series Point

This example demonstrates how to use the CustomDrawSeriesPoint event to modify the legend markers of nested donut series points.

Chart

Assign a custom legend marker to the LegendMarkerImage property. Set the DisposeLegendMarkerImage property to true to avoid memory leaks. To customize options used to draw the series point, cast e.SeriesDrawOptions to the DrawOptions class descendant that stores draw options of the required series view type.

Files to Review

Documentation

Legend Marker

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)