Color Grid Graph

The Color Grid graph or series is used to represent a set of three-dimensional data as colored cells on
the xz plane. It has three mandatory series
components, Position,
Depth and Value. The data in the Position and Depth components
must form a 2D rectangular grid on the xz
plane. The colors of the
cells are determined by the value in the Value component. It also has an optional
series component called LabelMember
whose data may be used as the mark labels for cells.
If the UseGradient property is set to true, the cells will be colored
using a color gradient. The color gradient is formed using the StartColor, MidColor, and EndColor
properties that respectively controls the start, middle, and end colors of the
color gradient.
If the UsePalette property is set to true, the cells will be colored
using a predefined color palette that is specified by the PaletteStyle
property.
See Also
|