BinSymbolSizeMin Property
BinSymbolSizeMin returns or sets the minimum symbol size for the specified bin. Returns a double.
Syntax
object.BinSymbolSizeMin
object.BinSymbolSizeMin=Size
Parameter |
Type |
Description |
Size |
Double |
The minmum bin symbol size. |
Example
This example demonstrates how to set the minimum bin symbol size to 0.2.
IClassPostLayer2.BinSymbolSizeMin = 0.2
Used by: ClassedPostLayer Object