Shopping cart Download trialFree Trial

Series Points

  • v
  • v

024681012141618202224LowMiddleHigh
Series Settings
Label Settings
Create Bars

This demo illustrates how to implement custom drawing of series points in the Chart control for ASP.NET. Thanks to the WebChartControl's CustomDrawSeriesPoint event, it's possible to get the color name of the series points and show it in series labels. Note that every interval of point values is represented by special chart elements – Strips. This demo is marked as "updated" because the SeriesPoint.Color property has been introduced instead of series draw options to custom paint every series point.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\XtraChartsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\XtraChartsDemos