CreateDotTheme Method
Description
Creates a new Dot Density Theme
After editing the Theme properties, use StoreTheme to save the Theme in a Named Object Library.
Syntax
Visual Basic |
---|
Public Function CreateDotTheme( _ ByVal formula As String _ ) As Integer |
Parameters
- formula
- The expression to use for calculating dot densities. See Property Expression Syntax for details.
Remarks
Available: GEO D OD OM OV SISpy
Group:
Example
sis.CreateDotTheme ("(R0to9&/Presid&)*100")
Displays dots representing the percentage of children age 0 to 9 who were resident in each of the census areas.