BinFillColorMap Property
BinFillColorMap returns a ColorMap object for all of the bins' symbol fill colors. This is a read-only property.
Syntax
object.BinFillColorMap
Example
This example demonstrates how to return the bin line colormap object and assign it to a variable for later use.
Set FillCM = IClassPostLayer2.BinFillColorMap
Used by: ClassedPostLayer Object