The InterpolateWithClassFill method adds a hatch map class color to the color spectrum and interpolates all class fills.
Syntax
object.InterpolateWithClassFill( iClass )
Parameter |
Type |
Description |
iClass |
Integer |
required; class number |
Example
This example changes the color of the second class and then interpolates the new color within the existing class fill colors.
HatchMap.ClassFill(iClass:=2).ForeColor = mvColorBlue
HatchMap.InterpolateWithClassFill(2)
Used by: HatchMap object