BinSymbol Property
BinSymbol returns the symbol format object for the specified bin. The bin is a 1-based Index. The bin with the lowest values is bin 1. Returns a MarkerFormat object. This is a read-only property.
Syntax
object.BinSymbol( Index )
Parameter |
Type |
Description |
Index |
Integer |
required |
Example
This example demonstrates how to change the symbol size of the second bin to 0.30 inches.
ClassedPostLayer.BinSymbol(Index:=2).Size = 0.30
Used by: ClassedPostLayer Object