Skip to main content

Custom Draw

This document explains how to use the custom draw feature to change the appearance of chart series and series points.

Custom Draw

DXCharts offers several events to change drawing options before painting chart series or individual series points on a diagram:

The following images show the custom draw feature applied to chart series points and point labels.

Custom Draw = Enabled Custom Draw = Disabled
CustomDrawEnabled CustomDrawDisabled

As you can see, each individual point and point label text are painted to the color of the current interval (Green, Yellow, or Red).

To learn more about how this can be done, see the How to: Custom Draw Chart Series Points example.

See Also