BCGControlBar Pro for MFC
void CBCGPChartSurfaceSeries::SetSurfaceType ( SurfaceType  type)

Sets surface type.

Call this method to set a new surface type.

type can be one of the following enumerated values:

  • ST_STANDARD - each grid cell is assigned a color according to a level color corresponding to the value of left bottom point.
  • ST_LEVELS - each cell is intersected with horizontal planes (where the plane Y value corresponds to a level) and polygons, which were created by intersection of grid cells with the planes, are painted with appropriate level colors.
Parameters
typeSpecifies a surface type to set.