Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.27 KB

File metadata and controls

27 lines (19 loc) · 2.27 KB

Files to look at:

How to custom draw chart series points

This example shows how to change the color of each series point according to its values.

In addition, the point labels text is changed to show the color of the current interval (Green, Yellow, or Red).

To accomplish this, it is necessary to invoke the ChartControl.CustomDrawSeriesPoint event and change its drawing options in the CorrectDrawOptions() method.

In this example, you can deactivate the "Custom Draw" option on the stack panel to return to the default appearance of series points.


Does this example address your development requirements/objectives?

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