Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Range Column chart type displays a range of data by plotting two Y values per data point. Each Y value used is drawn as the upper, and lower bounds of a column. This is similar to the Range Bar chart, except the columns are positioned vertically. The range between the Y values can be filled with color, information, or even an image.
Chart Characteristics
SeriesChartType value |
SeriesChartType.RangeColumn |
Number of Y values per point |
2 (see table below). |
Number of series |
One or more. |
Supports markers |
No |
Cannot be combined with: |
Doughnut, Pie, Bar, Stacked Bar, Polar, Radar, Pyramid, or Funnel charts. |
Custom attributes |
DrawingStyle, DrawSideBySide, EmptyPointValue, MaxPixelPointWidth, MinPixelPointWidth, PixelPointDepth, PixelPointGapDepth, PixelPointWidth, PointWidth |
A Range series uses two Y values: a low value and a high value.
Y Values Index | Description |
---|---|
0 |
Low value. |
1 |
High value. |
Remarks
Each data point must consist of two Y values. Otherwise, an exception is thrown.
See Also
Reference
Chart Types
Spline Range Chart
Gantt Chart
System.Windows.Forms.DataVisualization.Charting
System.Web.UI.DataVisualization.Charting